• Home
  • Raw
  • Download

Lines Matching refs:ce

840 CollationFastLatin::nextPair(const uint16_t *table, UChar32 c, uint32_t ce,  in nextPair()  argument
842 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair()
843 return ce; // simple or special mini CE in nextPair()
844 } else if(ce >= EXPANSION) { in nextPair()
845 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
854 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
921 ce = table[index + 1]; in nextPair()
923 return ce; in nextPair()
925 return ((uint32_t)table[index + 2] << 16) | ce; in nextPair()
943 uint32_t ce = pair & 0xffff; in getSecondaries() local
944 if(ce >= MIN_SHORT) { in getSecondaries()
946 } else if(ce > variableTop) { in getSecondaries()
949 U_ASSERT(ce >= MIN_LONG); in getSecondaries()
967 uint32_t ce = pair; in getCases() local
969 if(!strengthIsPrimary && (ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getCases()
980 uint32_t ce = pair & 0xffff; in getCases() local
981 if(ce >= MIN_SHORT) { in getCases()
987 } else if(ce > variableTop) { in getCases()
990 U_ASSERT(ce >= MIN_LONG); in getCases()
1004 uint32_t ce = pair; in getTertiaries() local
1007 if((ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getTertiaries()
1012 if((ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getTertiaries()
1027 uint32_t ce = pair & 0xffff; in getTertiaries() local
1028 if(ce >= MIN_SHORT) { in getTertiaries()
1035 } else if(ce > variableTop) { in getTertiaries()
1041 U_ASSERT(ce >= MIN_LONG); in getTertiaries()
1070 uint32_t ce = pair & 0xffff; in getQuaternaries() local
1071 if(ce > variableTop) { in getQuaternaries()
1074 U_ASSERT(ce >= MIN_LONG); in getQuaternaries()