Home | History | Annotate | Download | only in i18n

Lines Matching refs:variableTopValue

816     result->variableTopValue = opts->variableTopValue;
4624 uint32_t variableTopValue = coll->variableTopValue;
4627 uint8_t UCOL_COMMON_BOT4 = (uint8_t)((coll->variableTopValue>>8)+1);
4713 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0)
5398 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0;
6488 if(coll->variableTopValue != (CE & UCOL_PRIMARYMASK)>>16) {
6490 coll->variableTopValue = (CE & UCOL_PRIMARYMASK)>>16;
6503 return coll->variableTopValue<<16;
6512 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6514 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;
7131 uint32_t LVT = (shifted)?(coll->variableTopValue<<16):0;