/external/icu4c/common/ |
D | ucnv_ct.c | 104 #define isASCIIRange(codepoint) \ argument 108 #define isIBM915(codepoint) \ argument 111 #define isIBM916(codepoint) \ argument 114 #define isCompoundS3(codepoint) \ argument 119 #define isCompoundS2(codepoint) \ argument 122 #define isIBM914(codepoint) \ argument 129 #define isIBM874(codepoint) \ argument 132 #define isIBM912(codepoint) \ argument 140 #define isIBM913(codepoint) \ argument 146 #define isCompoundS1(codepoint) \ argument [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-set.cc | 114 hb_codepoint_t codepoint) in hb_set_has() 121 hb_codepoint_t codepoint) in hb_set_add() 136 hb_codepoint_t codepoint) in hb_set_del() 217 hb_codepoint_t *codepoint) in hb_set_next()
|
D | hb-buffer.h | 45 hb_codepoint_t codepoint; member
|
D | hb-buffer.cc | 200 hb_buffer_t::add (hb_codepoint_t codepoint, in add() 823 hb_codepoint_t codepoint, in hb_buffer_add()
|
D | hb-ot-shape.cc | 307 hb_codepoint_t codepoint = unicode->mirroring (c->buffer->info[i].codepoint); in hb_ot_mirror_chars() local
|
/external/icu4c/common/unicode/ |
D | usetiter.h | 78 UChar32 codepoint; variable
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 163 const UChar *codepoint = iter->iteratordata_.string; in serialize() local 380 UChar32 codepoint = 0; in serialize() local 875 UChar32 codepoint; in outputScriptElem() local 906 UChar32 codepoint) in checkInScripts() 940 UChar32 codepoint; in checkInScripts() local 959 UChar32 codepoint = 0; in getScriptElementsFromExemplars() local 1039 UChar32 codepoint = 0; in getScriptElements() local
|
/external/icu4c/tools/gensprep/ |
D | store.c | 242 int32_t codepoint = 0; in storeMappingData() local 354 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, in storeMapping()
|
/external/harfbuzz_ng/test/api/ |
D | test-unicode.c | 65 hb_codepoint_t codepoint, in simple_get_script() 82 hb_codepoint_t codepoint, in a_is_for_arabic_get_script()
|
/external/icu4c/test/cintltst/ |
D | sprpdata.c | 147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()
|
D | utf16tst.c | 82 static uint32_t codepoint[]={ in TestCharLength() local
|
D | utf8tst.c | 126 static const uint32_t codepoint[]={ in TestCharLength() local
|
D | citertst.c | 227 UChar codepoint; in TestUnicodeChar() local 293 UChar codepoint; in TestNormalizedUnicodeChar() local
|
D | cucdtst.c | 1522 const int32_t codepoint[]={ in TestCharLength() local
|
/external/icu4c/test/intltest/ |
D | testidn.cpp | 326 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()
|
D | itercoll.cpp | 51 UChar codepoint; in TestUnicodeChar() local
|
D | testidna.cpp | 1353 int32_t codepoint = rand_uni(); in getTestSource() local
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 211 uint32_t codepoint = ((*Position & 0x1F) << 6) | in decodeUTF8() local 222 uint32_t codepoint = ((*Position & 0x0F) << 12) | in decodeUTF8() local 238 uint32_t codepoint = ((*Position & 0x07) << 18) | in decodeUTF8() local
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 381 UChar32 codepoint; member
|
/external/libxml2/ |
D | xmlregexp.c | 190 int codepoint; member 2106 int codepoint; in xmlFACompareRanges() local 2782 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, in xmlRegCheckCharacterRange() 2952 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter() 3177 int ret, codepoint = 0, len, deter; in xmlFARegExec() local 5234 int codepoint, len; in xmlFAParseAtom() local
|
D | parser.c | 10661 int codepoint; in xmlCheckCdataPush() local
|
/external/chromium/base/ |
D | file_path.cc | 1045 int codepoint = 0; in HFSReadNextNonIgnorableCodepoint() local
|
/external/icu4c/i18n/ |
D | usearch.cpp | 895 UChar32 codepoint; in checkExtraMatchAccents() local 1335 UChar32 codepoint = 0; in getUnblockedAccentIndex() local
|