/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | utfdef.h | 15 #define uchar _utfuchar macro 22 typedef unsigned char uchar; typedef
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucharstrie.cpp | 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() 124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() 155 UCharsTrie::next(int32_t uchar) { in next() 192 int32_t uchar; in next() local
|
D | ubidiln.cpp | 944 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 1039 UChar uchar; in ubidi_getLogicalIndex() local 1174 UChar uchar; in ubidi_getLogicalMap() local 1280 UChar uchar; in ubidi_getVisualMap() local
|
/third_party/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() 124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() 155 UCharsTrie::next(int32_t uchar) { in next() 192 int32_t uchar; in next() local
|
D | ubidiln.cpp | 944 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 1039 UChar uchar; in ubidi_getLogicalIndex() local 1174 UChar uchar; in ubidi_getLogicalMap() local 1280 UChar uchar; in ubidi_getVisualMap() local
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucharstrie.cpp | 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() 124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() 155 UCharsTrie::next(int32_t uchar) { in next() 192 int32_t uchar; in next() local
|
D | ubidiln.cpp | 946 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 1041 UChar uchar; in ubidi_getLogicalIndex() local 1176 UChar uchar; in ubidi_getLogicalMap() local 1282 UChar uchar; in ubidi_getVisualMap() local
|
/third_party/node/deps/icu-small/source/common/ |
D | ucharstrie.cpp | 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() 124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() 155 UCharsTrie::next(int32_t uchar) { in next() 192 int32_t uchar; in next() local
|
D | ubidiln.cpp | 944 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 1039 UChar uchar; in ubidi_getLogicalIndex() local 1174 UChar uchar; in ubidi_getLogicalMap() local 1280 UChar uchar; in ubidi_getVisualMap() local
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf_old.h | 247 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) argument 314 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) argument 316 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) argument 318 #define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) argument 534 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) argument 537 #define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) argument 562 #define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) argument 565 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) argument 568 #define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) argument 809 #define UTF32_IS_SINGLE(uchar) 1 argument [all …]
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf_old.h | 247 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) argument 314 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) argument 316 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) argument 318 #define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) argument 534 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) argument 537 #define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) argument 562 #define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) argument 565 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) argument 568 #define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) argument 809 #define UTF32_IS_SINGLE(uchar) 1 argument [all …]
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 247 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) argument 314 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) argument 316 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) argument 318 #define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) argument 534 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) argument 537 #define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) argument 562 #define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) argument 565 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) argument 568 #define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) argument 809 #define UTF32_IS_SINGLE(uchar) 1 argument [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf_old.h | 250 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) argument 317 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) argument 319 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) argument 321 #define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) argument 537 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) argument 540 #define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) argument 565 #define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) argument 568 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) argument 571 #define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) argument 812 #define UTF32_IS_SINGLE(uchar) 1 argument [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | cast.c | 3 typedef unsigned char uchar; typedef
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | BidiFmwk.java | 197 char uchar; in buildPseudoTables() local 312 char uchar; in u16ToPseudo() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | BidiFmwk.java | 200 char uchar; in buildPseudoTables() local 315 char uchar; in u16ToPseudo() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils.cc | 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { in EncodeOneChar()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils.cc | 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { in EncodeOneChar()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | unzcrash.c | 37 typedef unsigned char uchar; typedef
|
/third_party/bzip2/ |
D | unzcrash.c | 37 typedef unsigned char uchar; typedef
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | unzcrash.c | 37 typedef unsigned char uchar; typedef
|
/third_party/boost/boost/locale/ |
D | generic_codecvt.hpp | 155 typedef CharType uchar; typedef in boost::locale::generic_codecvt 457 typedef CharType uchar; typedef in boost::locale::generic_codecvt 659 typedef CharType uchar; typedef in boost::locale::generic_codecvt
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BidiLine.java | 871 char uchar = bidi.text[logicalIndex]; in getVisualIndex() local 949 char uchar; in getLogicalIndex() local 1073 char uchar; in getLogicalMap() local 1171 char uchar; in getVisualMap() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiLine.java | 870 char uchar = bidi.text[logicalIndex]; in getVisualIndex() local 948 char uchar; in getLogicalIndex() local 1072 char uchar; in getLogicalMap() local 1170 char uchar; in getVisualMap() local
|
/third_party/boost/libs/spirit/example/support/utree/ |
D | utf8_parser.hpp | 37 typedef boost::uint32_t uchar; typedef
|