Home
last modified time | relevance | path

Searched defs:UChar32 (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
Duprops.cpp80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() argument
107 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) { in changesWhenCasefolded() argument
151 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) { in changesWhenNFKC_Casefolded() argument
179 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { in isCanonSegmentStarter() argument
344 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() argument
407 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) { in getNormQuickCheck() argument
417 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) { in getLeadCombiningClass() argument
427 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) { in getTrailCombiningClass() argument
Dnormalizer2.cpp64 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const { in getRawDecomposition() argument
69 Normalizer2::composePair(UChar32, UChar32) const { in composePair() argument
144 getDecomposition(UChar32, UnicodeString &) const U_OVERRIDE { in getDecomposition() argument
Dnorm2allmodes.h182 virtual UNormalizationCheckResult getQuickCheck(UChar32) const { in getQuickCheck() argument
Ducase.cpp52 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in _enumPropertyStartsRange() argument
Dunames.cpp1504 u_getISOComment(UChar32 /*c*/, in u_getISOComment() argument
/external/clang/test/ARCMT/
DCommon.h19 typedef int32_t UChar32; typedef
/external/icu/libandroidicu/include/unicode/
Dumachine.h389 typedef int32_t UChar32; typedef
/external/icu/icu4c/source/common/unicode/
Dumachine.h389 typedef int32_t UChar32; typedef
/external/libchrome/base/third_party/icu/
Dicu_utf.h41 typedef int32_t UChar32; typedef
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc121 std::function<void(UChar32, int, bool)> callback) { in IterateUnicodeString()
/external/v8/src/inspector/
Dstring-16.cc48 using UChar32 = uint32_t; typedef
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp1179 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) { in enumRangeLeadValue() argument
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c530 static void testSampleCharProps(UBool propFn(UChar32), const char *propName, in testSampleCharProps()