Home
last modified time | relevance | path

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

123

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dutfdef.h15 #define uchar _utfuchar macro
22 typedef unsigned char uchar; typedef
/third_party/skia/third_party/externals/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
/third_party/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
/third_party/flutter/skia/third_party/externals/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.cpp946 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/
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
/third_party/node/deps/icu-small/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf_old.h250 #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/
Dcast.c3 typedef unsigned char uchar; typedef
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java197 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/
DBidiFmwk.java200 char uchar; in buildPseudoTables() local
315 char uchar; in u16ToPseudo() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { in EncodeOneChar()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { in EncodeOneChar()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dunzcrash.c37 typedef unsigned char uchar; typedef
/third_party/bzip2/
Dunzcrash.c37 typedef unsigned char uchar; typedef
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dunzcrash.c37 typedef unsigned char uchar; typedef
/third_party/boost/boost/locale/
Dgeneric_codecvt.hpp155 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/
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
/third_party/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
/third_party/boost/libs/spirit/example/support/utree/
Dutf8_parser.hpp37 typedef boost::uint32_t uchar; typedef

123