Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java339 static int tagFromCE32(int ce32) { in tagFromCE32() method in Collation
344 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag()
353 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32()
354 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32()
362 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32()
363 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32()
364 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32()
377 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext()
378 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
DContractionsAndExpansions.java119 switch (Collation.tagFromCE32(ce32)) { in handleCE32()
128 Collation.tagFromCE32(ce32), ce32)); in handleCE32()
DCollationData.java80 int tag = Collation.tagFromCE32(ce32); in getIndirectCE32()
126 switch(Collation.tagFromCE32(ce32)) { in getSingleCE()
DTailoredSet.java138 tag = Collation.tagFromCE32(ce32); in compare()
151 baseTag = Collation.tagFromCE32(baseCE32); in compare()
DCollationDataBuilder.java546 switch(Collation.tagFromCE32(ce32)) { in copyFromBaseCE32()
690 int tag = Collation.tagFromCE32(ce32); in copyCE32()
806 switch(Collation.tagFromCE32(ce32)) { in getJamoCE32s()
DCollationFastLatinBuilder.java236 switch(Collation.tagFromCE32(ce32)) { in getCEsFromCE32()
DCollationIterator.java453 switch(Collation.tagFromCE32(ce32)) { in appendCEsFromCE32()
/external/icu/icu4c/source/i18n/
Dcollation.h338 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function
343 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag()
352 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32()
353 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32()
361 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32()
362 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32()
363 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32()
376 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext()
377 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
Dcollationdata.cpp31 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32()
65 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
Dcollationsets.cpp124 tag = Collation::tagFromCE32(ce32); in compare()
137 baseTag = Collation::tagFromCE32(baseCE32); in compare()
435 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
Dcollationdatabuilder.cpp433 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
773 switch(Collation::tagFromCE32(ce32)) { in copyFromBaseCE32()
919 int32_t tag = Collation::tagFromCE32(ce32); in copyCE32()
1101 switch(Collation::tagFromCE32(ce32)) { in getJamoCE32s()
Dcollationfastlatinbuilder.cpp252 switch(Collation::tagFromCE32(ce32)) { in getCEsFromCE32()
Dcollationiterator.cpp252 switch(Collation::tagFromCE32(ce32)) { in appendCEsFromCE32()