Home
last modified time | relevance | path

Searched defs:uchar (Results 1 – 25 of 45) sorted by relevance

12

/external/icu/icu4c/source/common/
Ducharstrie.cpp62 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
Dubidiln.cpp944 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
Dubidi.cpp344 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/
Ducharstrie.cpp62 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
Dubidiln.cpp944 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
Dubidi.cpp344 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/
Dutfdef.h1 #define uchar _utfuchar macro
8 typedef unsigned char uchar; typedef
/external/icu/icu4c/source/common/unicode/
Dutf_old.h247 #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/
Dutf_old.h247 #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/
Dutf_old.h247 #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/
Dutf_old.h247 #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/
Dutf_old.h247 #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/
Dicu-i18n-test-utils.cc27 std::string UCharToString(UChar32 uchar) { in UCharToString()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBidiFmwk.java202 char uchar; in buildPseudoTables() local
317 char uchar; in u16ToPseudo() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java199 char uchar; in buildPseudoTables() local
314 char uchar; in u16ToPseudo() local
/external/sfntly/cpp/src/test/
Dtest_utils.cc41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { in EncodeOneChar()
Dcmap_test.cc145 for (int32_t uchar = GetParam().low_char(); in CompareCMaps() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java870 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/
DBidiLine.java871 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/
Dunzcrash.c37 typedef unsigned char uchar; typedef
/external/bc/include/
Dvector.h53 typedef unsigned char uchar; typedef
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_mem.cpp27 typedef unsigned char uchar; typedef
/external/icing/icing/util/
Di18n-utils.cc157 void AppendUchar32ToUtf8(std::string* utf8_string, UChar32 uchar) { in AppendUchar32ToUtf8()
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h45 using uchar = unsigned char; variable
/external/mtools/
Dvfat.h31 unsigned char uchar; member

12