Home
last modified time | relevance | path

Searched refs:uchar (Results 51 - 75 of 77) sorted by relevance

1234

/third_party/icu/icu4c/source/common/unicode/
H A Dumachine.h366 // 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 Dc16rtomb.c19 #include <uchar.h>
H A Dc32rtomb.c20 #include <uchar.h>
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dumachine.h366 // 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 Dcbiditst.c19 #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 Dhb-icu.cc38 #include <unicode/uchar.h>
/third_party/skia/tools/mdbviz/
H A Dmainwindow.cpp63 fImage = QImage((uchar*)fModel.getPixels(), fModel.width(), fModel.height(), in presentCurrentRenderState()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc742 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 Dubrkperfold.cpp70 #include <unicode/uchar.h>
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc266 unibrow::uchar chars[Converter::kMaxWidth]; in ConvertCaseHelper()
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.cc256 return unibrow::IsLineTerminator(static_cast<unibrow::uchar>(c)); in IsLineTerminator()
/third_party/openssl/test/testutil/
H A Dtests.c235 DEFINE_COMPARISONS(unsigned char, uchar, "%u")
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_client.cpp27 #include <unicode/uchar.h>
/third_party/opencl-headers/tests/
H A Dtest_headers.c84 /* 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 Dphonenumbermatcher.cc36 #include <unicode/uchar.h>
H A Dphonenumberutil.cc25 #include <unicode/uchar.h>
/foundation/arkui/ace_engine/frameworks/core/text/
H A Dtext_emoji_processor.cpp18 #include <unicode/uchar.h>
/third_party/node/src/
H A Dnode_i18n.cc59 #include <unicode/uchar.h>
/third_party/openssl/test/
H A Dtestutil.h319 DECLARE_COMPARISONS(unsigned char, uchar)
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp77 #include <unicode/uchar.h>
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc2977 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 Ddoctest.h4694 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 Dicu_addon.cpp19 #include <unicode/uchar.h>
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc32 #include <unicode/uchar.h>

Completed in 58 milliseconds

1234