HomeSort by relevance Sort by last modified time
    Searched refs:hasCE32Tag (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/i18n/
collation.h 340 static inline UBool hasCE32Tag(uint32_t ce32, int32_t tag) {
345 return hasCE32Tag(ce32, LONG_PRIMARY_TAG);
365 return hasCE32Tag(ce32, PREFIX_TAG);
369 return hasCE32Tag(ce32, CONTRACTION_TAG);
collationdata.h 59 Collation::hasCE32Tag(getCE32(c), Collation::DIGIT_TAG);
collationdatabuilder.h 188 return Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG);
collationiterator.cpp 699 if(!Collation::hasCE32Tag(ce32, Collation::DIGIT_TAG)) {
715 if(!Collation::hasCE32Tag(ce32, Collation::DIGIT_TAG)) {
    [all...]
collationdatabuilder.cpp 254 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG));
    [all...]
collationbuilder.cpp 555 U_ASSERT(Collation::hasCE32Tag(ce32, Collation::OFFSET_TAG));
    [all...]

Completed in 6000 milliseconds