Home
last modified time | relevance | path

Searched refs:hasCE32Tag (Results 1 – 13 of 13) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollation.java347 static boolean hasCE32Tag(int ce32, int tag) { in hasCE32Tag() method in Collation
352 return hasCE32Tag(ce32, LONG_PRIMARY_TAG); in isLongPrimaryCE32()
372 return hasCE32Tag(ce32, PREFIX_TAG); in isPrefixCE32()
376 return hasCE32Tag(ce32, CONTRACTION_TAG); in isContractionCE32()
DCollationIterator.java986 if(!Collation.hasCE32Tag(ce32, Collation.DIGIT_TAG)) {
1002 if(!Collation.hasCE32Tag(ce32, Collation.DIGIT_TAG)) {
DCollationDataBuilder.java447 return Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG); in isBuilderContextCE32()
952 assert(Collation.hasCE32Tag(ce32, Collation.HANGUL_TAG)); in buildMappings()
1302 assert(Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG)); in getCE32FromBuilderData()
DCollationData.java55 Collation.hasCE32Tag(getCE32(c), Collation.DIGIT_TAG); in isDigit()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java345 static boolean hasCE32Tag(int ce32, int tag) { in hasCE32Tag() method in Collation
350 return hasCE32Tag(ce32, LONG_PRIMARY_TAG); in isLongPrimaryCE32()
370 return hasCE32Tag(ce32, PREFIX_TAG); in isPrefixCE32()
374 return hasCE32Tag(ce32, CONTRACTION_TAG); in isContractionCE32()
DCollationIterator.java984 if(!Collation.hasCE32Tag(ce32, Collation.DIGIT_TAG)) {
1000 if(!Collation.hasCE32Tag(ce32, Collation.DIGIT_TAG)) {
DCollationDataBuilder.java446 return Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG); in isBuilderContextCE32()
951 assert(Collation.hasCE32Tag(ce32, Collation.HANGUL_TAG)); in buildMappings()
1301 assert(Collation.hasCE32Tag(ce32, Collation.BUILDER_DATA_TAG)); in getCE32FromBuilderData()
DCollationData.java53 Collation.hasCE32Tag(getCE32(c), Collation.DIGIT_TAG); in isDigit()
/external/icu/icu4c/source/i18n/
Dcollation.h344 static inline UBool hasCE32Tag(uint32_t ce32, int32_t tag) { in hasCE32Tag() function
349 return hasCE32Tag(ce32, LONG_PRIMARY_TAG); in isLongPrimaryCE32()
369 return hasCE32Tag(ce32, PREFIX_TAG); in isPrefixCE32()
373 return hasCE32Tag(ce32, CONTRACTION_TAG); in isContractionCE32()
Dcollationdata.h78 Collation::hasCE32Tag(getCE32(c), Collation::DIGIT_TAG); in isDigit()
Dcollationdatabuilder.h190 return Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG); in isBuilderContextCE32()
Dcollationiterator.cpp701 if(!Collation::hasCE32Tag(ce32, Collation::DIGIT_TAG)) { in appendNumericCEs()
717 if(!Collation::hasCE32Tag(ce32, Collation::DIGIT_TAG)) { in appendNumericCEs()
Dcollationdatabuilder.cpp258 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG)); in getCE32FromBuilderData()
1273 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::HANGUL_TAG)); in buildMappings()