Home | History | Annotate | Download | only in i18n

Lines Matching refs:variableTopValue

841     result->variableTopValue = opts->variableTopValue;
4692 uint32_t variableTopValue = coll->variableTopValue;
4695 uint8_t UCOL_COMMON_BOT4 = (uint8_t)((coll->variableTopValue>>8)+1);
4781 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0)
5474 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0;
6570 if(coll->variableTopValue != (CE & UCOL_PRIMARYMASK)>>16) {
6572 coll->variableTopValue = (CE & UCOL_PRIMARYMASK)>>16;
6588 return coll->variableTopValue<<16;
6597 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6599 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;
7235 uint32_t LVT = (shifted)?(coll->variableTopValue<<16):0;