Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duprops.cpp75 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
89 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() argument
102 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) { in changesWhenCasefolded() argument
147 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) { in changesWhenNFKC_Casefolded() argument
175 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { in isCanonSegmentStarter() argument
327 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() argument
390 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) { in getNormQuickCheck() argument
400 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) { in getLeadCombiningClass() argument
410 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) { in getTrailCombiningClass() argument
Dnormalizer2.cpp43 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const { in getRawDecomposition() argument
48 Normalizer2::composePair(UChar32, UChar32) const { in composePair() argument
101 getDecomposition(UChar32, UnicodeString &) const { in getDecomposition() argument
Dnorm2allmodes.h178 virtual UNormalizationCheckResult getQuickCheck(UChar32) const { in getQuickCheck() argument
Ducase.cpp57 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in _enumPropertyStartsRange() argument
Dnormalizer2impl.cpp376 enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in enumPropertyStartsRange() argument
Dunames.cpp1502 u_getISOComment(UChar32 /*c*/, in u_getISOComment() argument
/external/clang/test/ARCMT/
DCommon.h19 typedef int32_t UChar32; typedef
/external/icu/icu4c/source/common/unicode/
Dumachine.h332 typedef int32_t UChar32; typedef
/external/libweave/third_party/chromium/base/third_party/icu/
Dicu_utf.h24 typedef int32_t UChar32; typedef
/external/libchrome/base/third_party/icu/
Dicu_utf.h24 typedef int32_t UChar32; typedef
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp1029 enumRangeMaxValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) { in enumRangeMaxValue() argument
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp1177 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) { in enumRangeLeadValue() argument
Ddecimfmt.cpp2275 UBool DecimalFormat::matchGrouping(UChar32 groupingChar, in matchGrouping() argument
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c525 static void testSampleCharProps(UBool propFn(UChar32), const char *propName, in testSampleCharProps()