Lines Matching refs:LVT
5212 UBool isShiftedCE(uint32_t CE, uint32_t LVT, UBool *wasShifted) { in isShiftedCE() argument
5215 if((LVT && ((notIsContinuation && (CE & 0xFFFF0000)<= LVT && primary1 > 0) in isShiftedCE()
5398 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0; in ucol_nextSortKeyPart() local
5561 if(!isShiftedCE(CE, LVT, &wasShifted)) { in ucol_nextSortKeyPart()
5618 if(!isShiftedCE(CE, LVT, &wasShifted)) { in ucol_nextSortKeyPart()
5666 } else if(!isShiftedCE(CE, LVT, &wasShifted)) { in ucol_nextSortKeyPart()
5739 if(!isShiftedCE(CE, LVT, &wasShifted)) { in ucol_nextSortKeyPart()
5825 if(!isShiftedCE(CE, LVT, &wasShifted)) { in ucol_nextSortKeyPart()
5884 if(isShiftedCE(CE, LVT, &wasShifted)) { in ucol_nextSortKeyPart()
7131 uint32_t LVT = (shifted)?(coll->variableTopValue<<16):0; in ucol_strcollRegular() local
7226 if((sOrder & UCOL_PRIMARYMASK) > LVT) { in ucol_strcollRegular()
7276 if((tOrder & UCOL_PRIMARYMASK) > LVT) { in ucol_strcollRegular()
7524 } else if(secS > LVT || (secS & UCOL_PRIMARYMASK) == 0) { /* non continuation */ in ucol_strcollRegular()
7540 } else if(secT > LVT || (secT & UCOL_PRIMARYMASK) == 0) { in ucol_strcollRegular()