Searched refs:tagFromCE32 (Results 1 – 13 of 13) sorted by relevance
339 static int tagFromCE32(int ce32) { in tagFromCE32() method in Collation344 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()
119 switch (Collation.tagFromCE32(ce32)) { in handleCE32()128 Collation.tagFromCE32(ce32), ce32)); in handleCE32()
80 int tag = Collation.tagFromCE32(ce32); in getIndirectCE32()126 switch(Collation.tagFromCE32(ce32)) { in getSingleCE()
138 tag = Collation.tagFromCE32(ce32); in compare()151 baseTag = Collation.tagFromCE32(baseCE32); in compare()
546 switch(Collation.tagFromCE32(ce32)) { in copyFromBaseCE32()690 int tag = Collation.tagFromCE32(ce32); in copyCE32()806 switch(Collation.tagFromCE32(ce32)) { in getJamoCE32s()
236 switch(Collation.tagFromCE32(ce32)) { in getCEsFromCE32()
453 switch(Collation.tagFromCE32(ce32)) { in appendCEsFromCE32()
338 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function343 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()
31 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32()65 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
124 tag = Collation::tagFromCE32(ce32); in compare()137 baseTag = Collation::tagFromCE32(baseCE32); in compare()435 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
433 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()
252 switch(Collation::tagFromCE32(ce32)) { in getCEsFromCE32()
252 switch(Collation::tagFromCE32(ce32)) { in appendCEsFromCE32()