Searched refs:terShift (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | ucol.cpp | 6334 int32_t *primShift, int32_t *secShift, int32_t *terShift) { in ucol_addLatinOneEntry() argument 6375 coll->latinOneCEs[2*coll->latinOneTableLen+ch] |= (tertiary << *terShift); in ucol_addLatinOneEntry() 6376 *terShift -= 8; in ucol_addLatinOneEntry() 6414 int32_t primShift = 24, secShift = 24, terShift = 24; in ucol_setUpLatinOne() local 6420 primShift = 24; secShift = 24; terShift = 24; in ucol_setUpLatinOne() 6430 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift); in ucol_setUpLatinOne() 6437 if(primShift < 0 || secShift < 0 || terShift < 0) { in ucol_setUpLatinOne() 6443 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift); in ucol_setUpLatinOne() 6479 if(primShift < 0 || secShift < 0 || terShift < 0) { in ucol_setUpLatinOne() 6485 …ol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift); in ucol_setUpLatinOne() [all …]
|