Symbol: unicode_block
headers/os/interface/Font.h
106
class unicode_block {
headers/os/interface/Font.h
108
inline unicode_block();
headers/os/interface/Font.h
109
inline unicode_block(uint64 block2, uint64 block1);
headers/os/interface/Font.h
111
inline bool Includes(const unicode_block& block) const;
headers/os/interface/Font.h
112
inline unicode_block operator&(const unicode_block& block) const;
headers/os/interface/Font.h
113
inline unicode_block operator|(const unicode_block& block) const;
headers/os/interface/Font.h
114
inline unicode_block& operator=(const unicode_block& block);
headers/os/interface/Font.h
115
inline bool operator==(const unicode_block& block) const;
headers/os/interface/Font.h
116
inline bool operator!=(const unicode_block& block) const;
headers/os/interface/Font.h
126
const unicode_block& block;
headers/os/interface/Font.h
212
unicode_block Blocks() const;
headers/os/interface/Font.h
346
unicode_block::unicode_block()
headers/os/interface/Font.h
352
unicode_block::unicode_block(uint64 block2, uint64 block1)
headers/os/interface/Font.h
360
unicode_block::Includes(const unicode_block& block) const
headers/os/interface/Font.h
367
unicode_block
headers/os/interface/Font.h
368
unicode_block::operator&(const unicode_block& block) const
headers/os/interface/Font.h
370
unicode_block result;
headers/os/interface/Font.h
378
unicode_block
headers/os/interface/Font.h
379
unicode_block::operator|(const unicode_block& block) const
headers/os/interface/Font.h
381
unicode_block result;
headers/os/interface/Font.h
389
unicode_block&
headers/os/interface/Font.h
390
unicode_block::operator=(const unicode_block& block)
headers/os/interface/Font.h
400
unicode_block::operator==(const unicode_block& block) const
headers/os/interface/Font.h
407
unicode_block::operator!=(const unicode_block& block) const
headers/os/interface/UnicodeBlockObjects.h
15
const unicode_block B_BASIC_LATIN_BLOCK( /* 0000 - 007F */ 0x0000000000000000LL, 0x0000000000000001LL);
headers/os/interface/UnicodeBlockObjects.h
16
const unicode_block B_LATIN1_SUPPLEMENT_BLOCK( /* 0080 - 00FF */ 0x0000000000000000LL, 0x0000000000000002LL);
headers/os/interface/UnicodeBlockObjects.h
17
const unicode_block B_LATIN_EXTENDED_A_BLOCK( /* 0100 - 017F */ 0x0000000000000000LL, 0x0000000000000004LL);
headers/os/interface/UnicodeBlockObjects.h
18
const unicode_block B_LATIN_EXTENDED_B_BLOCK( /* 0180 - 024F */ 0x0000000000000000LL, 0x0000000000000008LL);
headers/os/interface/UnicodeBlockObjects.h
19
const unicode_block B_IPA_EXTENSIONS_BLOCK( /* 0250 - 02AF */ 0x0000000000000000LL, 0x0000000000000010LL);
headers/os/interface/UnicodeBlockObjects.h
20
const unicode_block B_SPACING_MODIFIER_LETTERS_BLOCK( /* 02B0 - 02FF */ 0x0000000000000000LL, 0x0000000000000020LL);
headers/os/interface/UnicodeBlockObjects.h
21
const unicode_block B_COMBINING_DIACRITICAL_MARKS_BLOCK( /* 0300 - 036F */ 0x0000000000000000LL, 0x0000000000000040LL);
headers/os/interface/UnicodeBlockObjects.h
22
const unicode_block B_BASIC_GREEK_BLOCK( /* 0370 - 03CF */ 0x0000000000000000LL, 0x0000000000000080LL);
headers/os/interface/UnicodeBlockObjects.h
23
const unicode_block B_GREEK_SYMBOLS_AND_COPTIC_BLOCK( /* 03D0 - 03FF */ 0x0000000000000000LL, 0x0000000000000100LL);
headers/os/interface/UnicodeBlockObjects.h
24
const unicode_block B_CYRILLIC_BLOCK( /* 0400 - 04FF */ 0x0000000000000000LL, 0x0000000000000200LL);
headers/os/interface/UnicodeBlockObjects.h
25
const unicode_block B_ARMENIAN_BLOCK( /* 0530 - 058F */ 0x0000000000000000LL, 0x0000000000000400LL);
headers/os/interface/UnicodeBlockObjects.h
26
const unicode_block B_BASIC_HEBREW_BLOCK( /* 0590 - 05CF */ 0x0000000000000000LL, 0x0000000000000800LL);
headers/os/interface/UnicodeBlockObjects.h
27
const unicode_block B_HEBREW_EXTENDED_BLOCK( /* 05D0 - 05FF */ 0x0000000000000000LL, 0x0000000000001000LL);
headers/os/interface/UnicodeBlockObjects.h
28
const unicode_block B_BASIC_ARABIC_BLOCK( /* 0600 - 0670 */ 0x0000000000000000LL, 0x0000000000002000LL);
headers/os/interface/UnicodeBlockObjects.h
29
const unicode_block B_ARABIC_EXTENDED_BLOCK( /* 0671 - 06FF */ 0x0000000000000000LL, 0x0000000000004000LL);
headers/os/interface/UnicodeBlockObjects.h
30
const unicode_block B_DEVANAGARI_BLOCK( /* 0900 - 097F */ 0x0000000000000000LL, 0x0000000000008000LL);
headers/os/interface/UnicodeBlockObjects.h
31
const unicode_block B_BENGALI_BLOCK( /* 0980 - 09FF */ 0x0000000000000000LL, 0x0000000000010000LL);
headers/os/interface/UnicodeBlockObjects.h
32
const unicode_block B_GURMUKHI_BLOCK( /* 0A00 - 0A7F */ 0x0000000000000000LL, 0x0000000000020000LL);
headers/os/interface/UnicodeBlockObjects.h
33
const unicode_block B_GUJARATI_BLOCK( /* 0A80 - 0AFF */ 0x0000000000000000LL, 0x0000000000040000LL);
headers/os/interface/UnicodeBlockObjects.h
34
const unicode_block B_ORIYA_BLOCK( /* 0B00 - 0B7F */ 0x0000000000000000LL, 0x0000000000080000LL);
headers/os/interface/UnicodeBlockObjects.h
35
const unicode_block B_TAMIL_BLOCK( /* 0B80 - 0BFF */ 0x0000000000000000LL, 0x0000000000100000LL);
headers/os/interface/UnicodeBlockObjects.h
36
const unicode_block B_TELUGU_BLOCK( /* 0C00 - 0C7F */ 0x0000000000000000LL, 0x0000000000200000LL);
headers/os/interface/UnicodeBlockObjects.h
37
const unicode_block B_KANNADA_BLOCK( /* 0C80 - 0CFF */ 0x0000000000000000LL, 0x0000000000400000LL);
headers/os/interface/UnicodeBlockObjects.h
38
const unicode_block B_MALAYALAM_BLOCK( /* 0D00 - 0D7F */ 0x0000000000000000LL, 0x0000000000800000LL);
headers/os/interface/UnicodeBlockObjects.h
39
const unicode_block B_THAI_BLOCK( /* 0E00 - 0E7F */ 0x0000000000000000LL, 0x0000000001000000LL);
headers/os/interface/UnicodeBlockObjects.h
40
const unicode_block B_LAO_BLOCK( /* 0E80 - 0EFF */ 0x0000000000000000LL, 0x0000000002000000LL);
headers/os/interface/UnicodeBlockObjects.h
41
const unicode_block B_BASIC_GEORGIAN_BLOCK( /* 10A0 - 10CF */ 0x0000000000000000LL, 0x0000000004000000LL);
headers/os/interface/UnicodeBlockObjects.h
42
const unicode_block B_GEORGIAN_EXTENDED_BLOCK( /* 10D0 - 10FF */ 0x0000000000000000LL, 0x0000000008000000LL);
headers/os/interface/UnicodeBlockObjects.h
43
const unicode_block B_HANGUL_JAMO_BLOCK( /* 1100 - 11FF */ 0x0000000000000000LL, 0x0000000010000000LL);
headers/os/interface/UnicodeBlockObjects.h
44
const unicode_block B_LATIN_EXTENDED_ADDITIONAL_BLOCK( /* 1E00 - 1EFF */ 0x0000000000000000LL, 0x0000000020000000LL);
headers/os/interface/UnicodeBlockObjects.h
45
const unicode_block B_GREEK_EXTENDED_BLOCK( /* 1F00 - 1FFF */ 0x0000000000000000LL, 0x0000000040000000LL);
headers/os/interface/UnicodeBlockObjects.h
46
const unicode_block B_GENERAL_PUNCTUATION_BLOCK( /* 2000 - 206F */ 0x0000000000000000LL, 0x0000000080000000LL);
headers/os/interface/UnicodeBlockObjects.h
47
const unicode_block B_SUPERSCRIPTS_AND_SUBSCRIPTS_BLOCK( /* 2070 - 209F */ 0x0000000000000000LL, 0x0000000100000000LL);
headers/os/interface/UnicodeBlockObjects.h
48
const unicode_block B_CURRENCY_SYMBOLS_BLOCK( /* 20A0 - 20CF */ 0x0000000000000000LL, 0x0000000200000000LL);
headers/os/interface/UnicodeBlockObjects.h
49
const unicode_block B_COMBINING_MARKS_FOR_SYMBOLS_BLOCK( /* 20D0 - 20FF */ 0x0000000000000000LL, 0x0000000400000000LL);
headers/os/interface/UnicodeBlockObjects.h
50
const unicode_block B_LETTERLIKE_SYMBOLS_BLOCK( /* 2100 - 214F */ 0x0000000000000000LL, 0x0000000800000000LL);
headers/os/interface/UnicodeBlockObjects.h
51
const unicode_block B_NUMBER_FORMS_BLOCK( /* 2150 - 218F */ 0x0000000000000000LL, 0x0000001000000000LL);
headers/os/interface/UnicodeBlockObjects.h
52
const unicode_block B_ARROWS_BLOCK( /* 2190 - 21FF */ 0x0000000000000000LL, 0x0000002000000000LL);
headers/os/interface/UnicodeBlockObjects.h
53
const unicode_block B_MATHEMATICAL_OPERATORS_BLOCK( /* 2200 - 22FF */ 0x0000000000000000LL, 0x0000004000000000LL);
headers/os/interface/UnicodeBlockObjects.h
54
const unicode_block B_MISCELLANEOUS_TECHNICAL_BLOCK( /* 2300 - 23FF */ 0x0000000000000000LL, 0x0000008000000000LL);
headers/os/interface/UnicodeBlockObjects.h
55
const unicode_block B_CONTROL_PICTURES_BLOCK( /* 2400 - 243F */ 0x0000000000000000LL, 0x0000010000000000LL);
headers/os/interface/UnicodeBlockObjects.h
56
const unicode_block B_OPTICAL_CHARACTER_RECOGNITION_BLOCK( /* 2440 - 245F */ 0x0000000000000000LL, 0x0000020000000000LL);
headers/os/interface/UnicodeBlockObjects.h
57
const unicode_block B_ENCLOSED_ALPHANUMERICS_BLOCK( /* 2460 - 24FF */ 0x0000000000000000LL, 0x0000040000000000LL);
headers/os/interface/UnicodeBlockObjects.h
58
const unicode_block B_BOX_DRAWING_BLOCK( /* 2500 - 257F */ 0x0000000000000000LL, 0x0000080000000000LL);
headers/os/interface/UnicodeBlockObjects.h
59
const unicode_block B_BLOCK_ELEMENTS_BLOCK( /* 2580 - 259F */ 0x0000000000000000LL, 0x0000100000000000LL);
headers/os/interface/UnicodeBlockObjects.h
60
const unicode_block B_GEOMETRIC_SHAPES_BLOCK( /* 25A0 - 25FF */ 0x0000000000000000LL, 0x0000200000000000LL);
headers/os/interface/UnicodeBlockObjects.h
61
const unicode_block B_MISCELLANEOUS_SYMBOLS_BLOCK( /* 2600 - 26FF */ 0x0000000000000000LL, 0x0000400000000000LL);
headers/os/interface/UnicodeBlockObjects.h
62
const unicode_block B_DINGBATS_BLOCK( /* 2700 - 27BF */ 0x0000000000000000LL, 0x0000800000000000LL);
headers/os/interface/UnicodeBlockObjects.h
63
const unicode_block B_CJK_SYMBOLS_AND_PUNCTUATION_BLOCK( /* 3000 - 303F */ 0x0000000000000000LL, 0x0001000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
64
const unicode_block B_HIRAGANA_BLOCK( /* 3040 - 309F */ 0x0000000000000000LL, 0x0002000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
65
const unicode_block B_KATAKANA_BLOCK( /* 30A0 - 30FF */ 0x0000000000000000LL, 0x0004000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
66
const unicode_block B_BOPOMOFO_BLOCK( /* 3100 - 312F */ 0x0000000000000000LL, 0x0008000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
67
const unicode_block B_HANGUL_COMPATIBILITY_JAMO_BLOCK( /* 3130 - 318F */ 0x0000000000000000LL, 0x0010000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
68
const unicode_block B_CJK_MISCELLANEOUS_BLOCK( /* 3190 - 319F */ 0x0000000000000000LL, 0x0020000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
69
const unicode_block B_ENCLOSED_CJK_LETTERS_AND_MONTHS_BLOCK(/* 3200 - 32FF */ 0x0000000000000000LL, 0x0040000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
70
const unicode_block B_CJK_COMPATIBILITY_BLOCK( /* 3300 - 33FF */ 0x0000000000000000LL, 0x0080000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
71
const unicode_block B_HANGUL_BLOCK( /* AC00 - D7AF */ 0x0000000000000000LL, 0x0100000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
72
const unicode_block B_HIGH_SURROGATES_BLOCK( /* D800 - DBFF */ 0x0000000000000000LL, 0x0200000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
73
const unicode_block B_LOW_SURROGATES_BLOCK( /* DC00 - DFFF */ 0x0000000000000000LL, 0x0400000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
74
const unicode_block B_CJK_UNIFIED_IDEOGRAPHS_BLOCK( /* 4E00 - 9FFF */ 0x0000000000000000LL, 0x0800000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
75
const unicode_block B_PRIVATE_USE_AREA_BLOCK( /* E000 - F8FF */ 0x0000000000000000LL, 0x1000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
76
const unicode_block B_CJK_COMPATIBILITY_IDEOGRAPHS_BLOCK( /* F900 - FAFF */ 0x0000000000000000LL, 0x2000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
77
const unicode_block B_ALPHABETIC_PRESENTATION_FORMS_BLOCK( /* FB00 - FB4F */ 0x0000000000000000LL, 0x4000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
78
const unicode_block B_ARABIC_PRESENTATION_FORMS_A_BLOCK( /* FB50 - FDFF */ 0x0000000000000000LL, 0x8000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
79
const unicode_block B_COMBINING_HALF_MARKS_BLOCK( /* FE20 - FE2F */ 0x0000000000000001LL, 0x0000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
80
const unicode_block B_CJK_COMPATIBILITY_FORMS_BLOCK( /* FE30 - FE4F */ 0x0000000000000002LL, 0x0000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
81
const unicode_block B_SMALL_FORM_VARIANTS_BLOCK( /* FE50 - FE6F */ 0x0000000000000004LL, 0x0000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
82
const unicode_block B_ARABIC_PRESENTATION_FORMS_B_BLOCK( /* FE70 - FEFE */ 0x0000000000000008LL, 0x0000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
83
const unicode_block B_HALFWIDTH_AND_FULLWIDTH_FORMS_BLOCK( /* FF00 - FFEF */ 0x0000000000000010LL, 0x0000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
84
const unicode_block B_SPECIALS_BLOCK( /* FEFF and FFF0 - FFFF */ 0x0000000000000020LL, 0x0000000000000000LL);
headers/os/interface/UnicodeBlockObjects.h
85
const unicode_block B_TIBETAN_BLOCK( /* 0F00 - 0FBF */ 0x0000000000000040LL, 0x0000000000000000LL);
src/apps/charactermap/CharacterView.h
100
unicode_block fUnicodeBlocks;
src/apps/charactermap/UnicodeBlockView.h
58
unicode_block fUnicodeBlocks;
src/apps/charactermap/UnicodeBlocks.cpp
14
const unicode_block kNoBlock;
src/apps/charactermap/UnicodeBlocks.h
17
const unicode_block& block;
src/apps/charactermap/UnicodeBlocks.h
22
extern const unicode_block kNoBlock;
src/kits/interface/Font.cpp
846
unicode_block
src/kits/interface/Font.cpp
857
return unicode_block(~0LL, ~0LL);
src/kits/interface/Font.cpp
860
unicode_block blocksForFont;
src/kits/interface/Font.cpp
861
link.Read<unicode_block>(&blocksForFont);
src/servers/app/ServerApp.cpp
2362
unicode_block blocksForFont;
src/servers/app/ServerApp.cpp
2366
fLink.Attach<unicode_block>(blocksForFont);
src/servers/app/ServerFont.cpp
523
ParseFcMap(FcChar32 charMap[], FcChar32 baseCodePoint, unicode_block& blocksForMap)
src/servers/app/ServerFont.cpp
618
ServerFont::GetUnicodeBlocks(unicode_block& blocksForFont)
src/servers/app/ServerFont.cpp
620
blocksForFont = unicode_block();
src/servers/app/ServerFont.h
172
status_t GetUnicodeBlocks(unicode_block &blocksForFont);