Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollation.java343 static int tagFromCE32(int ce32) { in tagFromCE32() method in Collation
348 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag()
357 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32()
358 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32()
366 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32()
367 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32()
368 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32()
381 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext()
382 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
DContractionsAndExpansions.java128 switch (Collation.tagFromCE32(ce32)) { in handleCE32()
137 Collation.tagFromCE32(ce32), ce32)); in handleCE32()
DCollationData.java84 int tag = Collation.tagFromCE32(ce32); in getIndirectCE32()
130 switch(Collation.tagFromCE32(ce32)) { in getSingleCE()
DTailoredSet.java143 tag = Collation.tagFromCE32(ce32); in compare()
156 baseTag = Collation.tagFromCE32(baseCE32); in compare()
DCollationDataBuilder.java549 switch(Collation.tagFromCE32(ce32)) { in copyFromBaseCE32()
693 int tag = Collation.tagFromCE32(ce32); in copyCE32()
809 switch(Collation.tagFromCE32(ce32)) { in getJamoCE32s()
DCollationFastLatinBuilder.java239 switch(Collation.tagFromCE32(ce32)) { in getCEsFromCE32()
DCollationIterator.java463 switch(Collation.tagFromCE32(ce32)) { in appendCEsFromCE32()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java341 static int tagFromCE32(int ce32) { in tagFromCE32() method in Collation
346 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag()
355 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32()
356 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32()
364 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32()
365 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32()
366 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32()
379 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext()
380 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
DContractionsAndExpansions.java121 switch (Collation.tagFromCE32(ce32)) { in handleCE32()
130 Collation.tagFromCE32(ce32), ce32)); in handleCE32()
DCollationData.java82 int tag = Collation.tagFromCE32(ce32); in getIndirectCE32()
128 switch(Collation.tagFromCE32(ce32)) { in getSingleCE()
DTailoredSet.java141 tag = Collation.tagFromCE32(ce32); in compare()
154 baseTag = Collation.tagFromCE32(baseCE32); in compare()
DCollationDataBuilder.java548 switch(Collation.tagFromCE32(ce32)) { in copyFromBaseCE32()
692 int tag = Collation.tagFromCE32(ce32); in copyCE32()
808 switch(Collation.tagFromCE32(ce32)) { in getJamoCE32s()
DCollationFastLatinBuilder.java238 switch(Collation.tagFromCE32(ce32)) { in getCEsFromCE32()
DCollationIterator.java461 switch(Collation.tagFromCE32(ce32)) { in appendCEsFromCE32()
/external/icu/icu4c/source/i18n/
Dcollation.h340 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function
345 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag()
354 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32()
355 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32()
363 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32()
364 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32()
365 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32()
378 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext()
379 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
Dcollationdata.cpp33 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32()
67 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
Dcollationsets.cpp126 tag = Collation::tagFromCE32(ce32); in compare()
139 baseTag = Collation::tagFromCE32(baseCE32); in compare()
437 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
Dcollationdatabuilder.cpp435 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
775 switch(Collation::tagFromCE32(ce32)) { in copyFromBaseCE32()
921 int32_t tag = Collation::tagFromCE32(ce32); in copyCE32()
1103 switch(Collation::tagFromCE32(ce32)) { in getJamoCE32s()
Dcollationfastlatinbuilder.cpp254 switch(Collation::tagFromCE32(ce32)) { in getCEsFromCE32()
Dcollationiterator.cpp254 switch(Collation::tagFromCE32(ce32)) { in appendCEsFromCE32()