Lines Matching refs:variableTopValue
841 result->variableTopValue = opts->variableTopValue; in ucol_setOptionsFromHeader()
4692 uint32_t variableTopValue = coll->variableTopValue; in ucol_calcSortKey() local
4695 uint8_t UCOL_COMMON_BOT4 = (uint8_t)((coll->variableTopValue>>8)+1); in ucol_calcSortKey()
4781 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0) in ucol_calcSortKey()
5474 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0; in ucol_nextSortKeyPart()
6570 if(coll->variableTopValue != (CE & UCOL_PRIMARYMASK)>>16) { in ucol_setVariableTop()
6572 coll->variableTopValue = (CE & UCOL_PRIMARYMASK)>>16; in ucol_setVariableTop()
6588 return coll->variableTopValue<<16; in ucol_getVariableTop()
6597 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) { in ucol_restoreVariableTop()
6599 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16; in ucol_restoreVariableTop()
7235 uint32_t LVT = (shifted)?(coll->variableTopValue<<16):0; in ucol_strcollRegular()