/external/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
|
D | ubidi.cpp | 344 UChar32 uchar; in ubidi_getBaseDirection() local 379 UChar32 uchar; in firstL_R_AL() local 434 UChar32 uchar; in getDirProps() local 2074 UChar32 uchar; in lastL_R_AL() local 2102 UChar32 uchar; in firstL_R_AL_EN_AN() local
|
/external/cronet/third_party/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
|
D | ubidi.cpp | 344 UChar32 uchar; in ubidi_getBaseDirection() local 379 UChar32 uchar; in firstL_R_AL() local 434 UChar32 uchar; in getDirProps() local 2074 UChar32 uchar; in lastL_R_AL() local 2102 UChar32 uchar; in firstL_R_AL_EN_AN() local
|
/external/libutf/ |
D | utfdef.h | 1 #define uchar _utfuchar macro 8 typedef unsigned char uchar; typedef
|
/external/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 …]
|
/external/icu/libandroidicu/include/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 …]
|
/external/icu/libicu/ndk_headers/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 …]
|
/external/cronet/third_party/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 …]
|
/external/icu/libicu/cts_headers/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 …]
|
/external/icing/icing/testing/ |
D | icu-i18n-test-utils.cc | 27 std::string UCharToString(UChar32 uchar) { in UCharToString()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | BidiFmwk.java | 202 char uchar; in buildPseudoTables() local 317 char uchar; in u16ToPseudo() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | BidiFmwk.java | 199 char uchar; in buildPseudoTables() local 314 char uchar; in u16ToPseudo() local
|
/external/sfntly/cpp/src/test/ |
D | test_utils.cc | 41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { in EncodeOneChar()
|
D | cmap_test.cc | 145 for (int32_t uchar = GetParam().low_char(); in CompareCMaps() local
|
/external/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
|
/external/icu/android_icu4j/src/main/java/android/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
|
/external/bzip2/ |
D | unzcrash.c | 37 typedef unsigned char uchar; typedef
|
/external/bc/include/ |
D | vector.h | 53 typedef unsigned char uchar; typedef
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_mem.cpp | 27 typedef unsigned char uchar; typedef
|
/external/icing/icing/util/ |
D | i18n-utils.cc | 157 void AppendUchar32ToUtf8(std::string* utf8_string, UChar32 uchar) { in AppendUchar32ToUtf8()
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Utils.h | 45 using uchar = unsigned char; variable
|
/external/mtools/ |
D | vfat.h | 31 unsigned char uchar; member
|