/third_party/icu/icu4c/source/common/ |
H A D | ubidiln.cpp | 22 #include "unicode/uchar.h" 944 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 946 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getVisualIndex() 972 uchar=pBiDi->text[j]; in ubidi_getVisualIndex() 973 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getVisualIndex() 1039 UChar uchar; in ubidi_getLogicalIndex() local 1062 uchar=pBiDi->text[k]; in ubidi_getLogicalIndex() 1063 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getLogicalIndex() 1174 UChar uchar; in ubidi_getLogicalMap() local 1197 uchar in ubidi_getLogicalMap() 1280 UChar uchar; ubidi_getVisualMap() local [all...] |
H A D | ubidi.cpp | 23 #include "unicode/uchar.h" 344 UChar32 uchar; in ubidi_getBaseDirection() local 357 U16_NEXT(text, i, length, uchar); in ubidi_getBaseDirection() 358 dir = u_charDirection(uchar); in ubidi_getBaseDirection() 379 UChar32 uchar; in firstL_R_AL() local 383 U16_NEXT(text, i, length, uchar); in firstL_R_AL() 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 434 UChar32 uchar; in getDirProps() local 497 U16_NEXT(text, i, originalLength, uchar); in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 2074 UChar32 uchar; lastL_R_AL() local 2102 UChar32 uchar; firstL_R_AL_EN_AN() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiln.cpp | 22 #include "unicode/uchar.h" 944 char16_t uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 946 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getVisualIndex() 972 uchar=pBiDi->text[j]; in ubidi_getVisualIndex() 973 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getVisualIndex() 1039 char16_t uchar; in ubidi_getLogicalIndex() local 1062 uchar=pBiDi->text[k]; in ubidi_getLogicalIndex() 1063 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getLogicalIndex() 1174 char16_t uchar; in ubidi_getLogicalMap() local 1197 uchar in ubidi_getLogicalMap() 1280 char16_t uchar; ubidi_getVisualMap() local [all...] |
H A D | ubidi.cpp | 23 #include "unicode/uchar.h" 344 UChar32 uchar; in ubidi_getBaseDirection() local 357 U16_NEXT(text, i, length, uchar); in ubidi_getBaseDirection() 358 dir = u_charDirection(uchar); in ubidi_getBaseDirection() 379 UChar32 uchar; in firstL_R_AL() local 383 U16_NEXT(text, i, length, uchar); in firstL_R_AL() 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 434 UChar32 uchar; in getDirProps() local 497 U16_NEXT(text, i, originalLength, uchar); in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 2074 UChar32 uchar; lastL_R_AL() local 2102 UChar32 uchar; firstL_R_AL_EN_AN() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiln.cpp | 22 #include "unicode/uchar.h" 944 UChar uchar=pBiDi->text[logicalIndex]; in ubidi_getVisualIndex() local 946 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getVisualIndex() 972 uchar=pBiDi->text[j]; in ubidi_getVisualIndex() 973 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getVisualIndex() 1039 UChar uchar; in ubidi_getLogicalIndex() local 1062 uchar=pBiDi->text[k]; in ubidi_getLogicalIndex() 1063 if(IS_BIDI_CONTROL_CHAR(uchar)) { in ubidi_getLogicalIndex() 1174 UChar uchar; in ubidi_getLogicalMap() local 1197 uchar in ubidi_getLogicalMap() 1280 UChar uchar; ubidi_getVisualMap() local [all...] |
H A D | ubidi.cpp | 23 #include "unicode/uchar.h" 344 UChar32 uchar; in ubidi_getBaseDirection() local 357 U16_NEXT(text, i, length, uchar); in ubidi_getBaseDirection() 358 dir = u_charDirection(uchar); in ubidi_getBaseDirection() 379 UChar32 uchar; in firstL_R_AL() local 383 U16_NEXT(text, i, length, uchar); in firstL_R_AL() 384 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL() 434 UChar32 uchar; in getDirProps() local 497 U16_NEXT(text, i, originalLength, uchar); in getDirProps() 498 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps() 2074 UChar32 uchar; lastL_R_AL() local 2102 UChar32 uchar; firstL_R_AL_EN_AN() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
H A D | TestUtils.java | 132 * @param uchar the Unicode character to encode 135 public static int encodeOneChar(CharsetEncoder encoder, int uchar) { in encodeOneChar() argument 137 CharBuffer cb = CharBuffer.wrap(new char[] {(char) uchar}); in encodeOneChar()
|
/third_party/musl/src/multibyte/ |
H A D | c32rtomb.c | 1 #include <uchar.h>
|
H A D | mbrtoc32.c | 1 #include <uchar.h>
|
H A D | mbrtoc16.c | 1 #include <uchar.h>
|
H A D | c16rtomb.c | 1 #include <uchar.h>
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | generic-schar.c | 12 TEST(uchar, unsigned char)
|
H A D | generic-typename.c | 26 TEST(uchar, unsigned char)
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler-tonode.cc | 549 unibrow::uchar Canonical( in Canonical() 551 unibrow::uchar c) { in Canonical() 552 unibrow::uchar chars[unibrow::Ecma262Canonicalize::kMaxWidth]; in Canonical() 555 unibrow::uchar canonical = c; in Canonical() 562 unibrow::uchar a, unibrow::uchar b) { in CompareCaseInsensitive() 582 unibrow::uchar a, unibrow::uchar b) { in Equals() 675 unibrow::uchar common_prefix = atom->data().at(0); in RationalizeConsecutiveAtoms() 691 unibrow::uchar new_prefi in RationalizeConsecutiveAtoms() [all...] |
H A D | regexp-macro-assembler.cc | 17 #include "unicode/uchar.h" 89 unibrow::uchar c1 = substring1[i]; in CaseInsensitiveCompareUnicode() 90 unibrow::uchar c2 = substring2[i]; in CaseInsensitiveCompareUnicode() 92 unibrow::uchar s1[1] = {c1}; in CaseInsensitiveCompareUnicode() 95 unibrow::uchar s2[1] = {c2}; in CaseInsensitiveCompareUnicode()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 1759 int uchar = prologue.codePointAt(i); in firstL_R_AL() 1760 i += Character.charCount(uchar); in firstL_R_AL() 1761 byte dirProp = (byte)getCustomizedClass(uchar); in firstL_R_AL() 1814 int uchar; in getDirProps() 1873 uchar = UTF16.charAt(text, 0, originalLength, i); in getDirProps() 1874 i += UTF16.getCharCount(uchar); in getDirProps() 1877 dirProp = (byte)getCustomizedClass(uchar); in getDirProps() 1886 if (removeBidiControls && IsBidiControlChar(uchar)) { in getDirProps() 1952 if (i < originalLength && uchar == CR && text[i] == LF) /* do nothing on the CR */ in getDirProps() 3362 int uchar in lastL_R_AL() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 1725 int uchar = prologue.codePointAt(i); in firstL_R_AL() 1726 i += Character.charCount(uchar); in firstL_R_AL() 1727 byte dirProp = (byte)getCustomizedClass(uchar); in firstL_R_AL() 1780 int uchar; in getDirProps() 1839 uchar = UTF16.charAt(text, 0, originalLength, i); in getDirProps() 1840 i += UTF16.getCharCount(uchar); in getDirProps() 1843 dirProp = (byte)getCustomizedClass(uchar); in getDirProps() 1852 if (removeBidiControls && IsBidiControlChar(uchar)) { in getDirProps() 1918 if (i < originalLength && uchar == CR && text[i] == LF) /* do nothing on the CR */ in getDirProps() 3328 int uchar in lastL_R_AL() [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_utils.h | 89 // @param uchar the Unicode character to encode 91 static int32_t EncodeOneChar(UConverter* encoder, int16_t uchar);
|
H A D | test_utils_test.cc | 22 #include <unicode/uchar.h>
|
/third_party/toybox/toys/pending/ |
H A D | bc.c | 129 typedef unsigned char uchar; typedef 533 #define BC_PARSE_TOKEN_INST(t) ((uchar) ((t) - BC_LEX_NEG + BC_INST_NEG)) 744 uchar bc_parse_ops[] = { 906 void bc_vec_pushByte(BcVec *v, uchar data) { in bc_vec_pushByte() 912 uchar amt, nums[sizeof(size_t)]; in bc_vec_pushIndex() 915 nums[amt] = (uchar) idx; in bc_vec_pushIndex() 917 idx >>= sizeof(uchar) * CHAR_BIT; in bc_vec_pushIndex() 1492 unsigned int in = (uchar) ptr[j]; in bc_num_k() 1924 putchar(((uchar) dig) + '0'); in bc_num_printDigits() 2138 r = prev + ((uchar) in bc_num_ulong() [all...] |
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.h | 12 #include <unicode/uchar.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
H A D | mbrtoc16.c | 16 #include <uchar.h>
|
H A D | mbrtoc32.c | 16 #include <uchar.h>
|
/third_party/openssl/test/ |
H A D | stack_test.c | 40 DEFINE_SPECIAL_STACK_OF_CONST(uchar, unsigned char) 178 STACK_OF(uchar) *s = sk_uchar_new(&uchar_compare), *r = NULL; in test_uchar_stack() 189 TEST_info("uchar stack size %d", i); in test_uchar_stack() 210 TEST_info("uchar pop %d", i); in test_uchar_stack() 233 TEST_info("uchar insert %d", i); in test_uchar_stack() 247 TEST_info("uchar set %d", i); in test_uchar_stack()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.cc | 52 const unibrow::uchar kUtf8Bom = 0xFEFF; 610 unibrow::uchar t = in SkipToPosition() 622 unibrow::uchar t = in SkipToPosition() 657 unibrow::uchar t = unibrow::Utf8::ValueOfIncrementalFinish(&state); in FillBufferFromCurrentChunk() 676 unibrow::uchar t = in FillBufferFromCurrentChunk() 697 unibrow::uchar t = in FillBufferFromCurrentChunk()
|