Searched refs:terShift (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp6588 int32_t *primShift, int32_t *secShift, int32_t *terShift)
6635 coll->latinOneCEs[2*coll->latinOneTableLen+ch] |= (tertiary << *terShift);
6636 *terShift -= 8;
6678 int32_t primShift = 24, secShift = 24, terShift = 24; local
6684 primShift = 24; secShift = 24; terShift = 24;
6694 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6701 if(primShift < 0 || secShift < 0 || terShift < 0) {
6707 ucol_addLatinOneEntry(coll, ch, CE, &primShift, &secShift, &terShift);
6743 if(primShift < 0 || secShift < 0 || terShift < 0) {
6749 ucol_addLatinOneEntry(coll, (UChar)contractionOffset, *CEOffset++, &primShift, &secShift, &terShift);
6587 ucol_addLatinOneEntry(UCollator *coll, UChar ch, uint32_t CE, int32_t *primShift, int32_t *secShift, int32_t *terShift) argument
[all...]

Completed in 94 milliseconds