Home
last modified time | relevance | path

Searched defs:UChar (Results 1 – 17 of 17) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dumachine.h414 typedef char16_t UChar; typedef
416 typedef UCHAR_TYPE UChar; typedef
418 typedef char16_t UChar; typedef
420 typedef uint16_t UChar; typedef
/external/icu/libicu/ndk_headers/unicode/
Dumachine.h414 typedef char16_t UChar; typedef
416 typedef UCHAR_TYPE UChar; typedef
418 typedef char16_t UChar; typedef
420 typedef uint16_t UChar; typedef
/external/icu/icu4c/source/common/unicode/
Dumachine.h414 typedef char16_t UChar; typedef
416 typedef UCHAR_TYPE UChar; typedef
418 typedef char16_t UChar; typedef
420 typedef uint16_t UChar; typedef
/external/icu/libandroidicu/include/unicode/
Dumachine.h414 typedef char16_t UChar; typedef
416 typedef UCHAR_TYPE UChar; typedef
418 typedef char16_t UChar; typedef
420 typedef uint16_t UChar; typedef
/external/rust/crates/bindgen/src/ir/
Dint.rs13 UChar, enumerator
/external/clang/test/ARCMT/
DCommon.h20 typedef unsigned char UChar; typedef
/external/llvm-project/clang/test/ARCMT/
DCommon.h20 typedef unsigned char UChar; typedef
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp88 inline int CompareStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;} in CompareStringW() argument
97 inline int LCMapStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;} in LCMapStringW() argument
/external/flatbuffers/include/flatbuffers/
Dminireflect.h52 virtual void UChar(uint8_t, const char *) {} in UChar() function
349 void UChar(uint8_t x, const char *name) { Named(x, name); } in UChar() function
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp323 virtual UBool appendCodeUnit(UChar /*c*/) { return TRUE; } in appendCodeUnit() argument
Dconvtest.cpp505 const UChar* /*codeUnits*/, in getUnicodeSetCallback()
Dustrtest.cpp1797 …UnicodeString(UBool /*isTerminated*/, const UChar * /*text*/, int32_t textLength) : i(textLength) … in UnicodeString()
/external/bzip2/
Dbzip2recover.c53 typedef unsigned char UChar; typedef
Dbzip2.c163 typedef unsigned char UChar; typedef
Dbzlib_private.h43 typedef unsigned char UChar; typedef
/external/llvm-project/lldb/source/Utility/
DScalar.cpp306 unsigned char Scalar::UChar(unsigned char fail_value) const { in UChar() function in Scalar
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_charset_NativeConverter.cpp392 UConverterFromUnicodeArgs* fromArgs, const UChar*, int32_t, UChar32, in encoderReplaceCallback()