Searched refs:hasCE32Tag (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collation.h | 340 static inline UBool hasCE32Tag(uint32_t ce32, int32_t tag) { in hasCE32Tag() function 345 return hasCE32Tag(ce32, LONG_PRIMARY_TAG); in isLongPrimaryCE32() 365 return hasCE32Tag(ce32, PREFIX_TAG); in isPrefixCE32() 369 return hasCE32Tag(ce32, CONTRACTION_TAG); in isContractionCE32()
|
D | collationdata.h | 59 Collation::hasCE32Tag(getCE32(c), Collation::DIGIT_TAG); in isDigit()
|
D | collationdatabuilder.h | 188 return Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG); in isBuilderContextCE32()
|
D | collationiterator.cpp | 699 if(!Collation::hasCE32Tag(ce32, Collation::DIGIT_TAG)) { in appendNumericCEs() 715 if(!Collation::hasCE32Tag(ce32, Collation::DIGIT_TAG)) { in appendNumericCEs()
|
D | collationdatabuilder.cpp | 254 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG)); in getCE32FromBuilderData() 1266 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::HANGUL_TAG)); in buildMappings()
|
D | collationbuilder.cpp | 555 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::OFFSET_TAG)); in getSpecialResetPosition()
|