/third_party/icu/icu4c/source/common/unicode/ |
H A D | umachine.h | 366 // for AIX, uchar.h needs to be included 367 # include <uchar.h> 397 * On macOS, char16_t is not available because the uchar.h standard header is missing.
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
H A D | c16rtomb.c | 19 #include <uchar.h>
|
H A D | c32rtomb.c | 20 #include <uchar.h>
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | umachine.h | 366 // for AIX, uchar.h needs to be included 367 # include <uchar.h> 397 * On macOS, char16_t is not available because the uchar.h standard header is missing.
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 19 #include "unicode/uchar.h" 279 UChar uchar; in buildPseudoTables() local 324 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) { in buildPseudoTables() 326 pseudoToUChar[c] = uchar; in buildPseudoTables() 327 UCharToPseudo[uchar & 0x00ff] = c; in buildPseudoTables() 330 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) { in buildPseudoTables() 332 pseudoToUChar[c] = uchar; in buildPseudoTables() 333 UCharToPseud2[uchar in buildPseudoTables() 387 UChar uchar; u16ToPseudo() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-icu.cc | 38 #include <unicode/uchar.h>
|
/third_party/skia/tools/mdbviz/ |
H A D | mainwindow.cpp | 63 fImage = QImage((uchar*)fModel.getPixels(), fModel.width(), fModel.height(), in presentCurrentRenderState()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 742 bool ContainsOnlyUtf16CodeUnits(unibrow::uchar* chars, int length) { in ContainsOnlyUtf16CodeUnits() 743 STATIC_ASSERT(sizeof(unibrow::uchar) == 4); in ContainsOnlyUtf16CodeUnits() 754 bool one_byte_subject, unibrow::uchar* letters, in GetCaseIndependentLetters() 785 letters[items++] = static_cast<unibrow::uchar>(cu); in GetCaseIndependentLetters() 835 unibrow::uchar chars[4]; in EmitAtomNonLetter() 895 unibrow::uchar chars[4]; in EmitAtomLetter() 1604 unibrow::uchar chars[4]; in GetQuickCheckDetails() 3847 unibrow::uchar chars[4]; in FillInBMInfo()
|
/third_party/icu/icu4c/source/test/perf/ubrkperf/ |
H A D | ubrkperfold.cpp | 70 #include <unicode/uchar.h>
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string.cc | 266 unibrow::uchar chars[Converter::kMaxWidth]; in ConvertCaseHelper()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-regexp.cc | 256 return unibrow::IsLineTerminator(static_cast<unibrow::uchar>(c)); in IsLineTerminator()
|
/third_party/openssl/test/testutil/ |
H A D | tests.c | 235 DEFINE_COMPARISONS(unsigned char, uchar, "%u")
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_client.cpp | 27 #include <unicode/uchar.h>
|
/third_party/opencl-headers/tests/ |
H A D | test_headers.c | 84 /* uchar */ in test_uchar() 111 printf("__cl_uchar2: %d %d \n", ((uchar*)&v2)[0], ((cl_uchar*)&v2)[1] ); in test_uchar() 118 printf("__cl_uchar4: %d %d %d %d \n", ((uchar*)&v4)[0], ((cl_uchar*)&v4)[1], ((cl_uchar*)&v4)[2], ((cl_uchar*)&v4)[3] ); in test_uchar()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumbermatcher.cc | 36 #include <unicode/uchar.h>
|
H A D | phonenumberutil.cc | 25 #include <unicode/uchar.h>
|
/foundation/arkui/ace_engine/frameworks/core/text/ |
H A D | text_emoji_processor.cpp | 18 #include <unicode/uchar.h>
|
/third_party/node/src/ |
H A D | node_i18n.cc | 59 #include <unicode/uchar.h>
|
/third_party/openssl/test/ |
H A D | testutil.h | 319 DECLARE_COMPARISONS(unsigned char, uchar)
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 77 #include <unicode/uchar.h>
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2977 static void WriteUChar(OutputStreamWriter* w, unibrow::uchar u) { in WriteUChar() 3132 unibrow::uchar c = unibrow::Utf8::CalculateValue(s, length, &cursor); in SerializeString()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 4694 using uchar = unsigned char; 4744 uchar c = m_str[idx]; 4804 uchar nc = m_str[idx + n];
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 19 #include <unicode/uchar.h>
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 32 #include <unicode/uchar.h>
|