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

/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp95 uint32_t variableTopValue; member in struct:CollatorSpec
260 spec->variableTopValue = readHexCodeUnit(&string, status);
545 ucol_restoreVariableTop(result, s.variableTopValue, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp94 uint32_t variableTopValue; member in struct:CollatorSpec
274 spec->variableTopValue = readHexCodeUnit(&string, status);
559 ucol_restoreVariableTop(result, s.variableTopValue, status);
645 //s.variableTopValue = ucol_getVariableTop(coll, status);
646 elementSize = T_CString_integerToString(tempbuff, coll->variableTopValue, 16);
H A Ducol_imp.h776 uint32_t variableTopValue; member in struct:__anon12120
874 uint32_t variableTopValue; member in struct:__anon12123
935 uint32_t variableTopValue; member in struct:UCollator
H A Ducol.cpp759 result->variableTopValue = opts->variableTopValue;
4584 uint32_t variableTopValue = coll->variableTopValue; local
4587 uint8_t UCOL_COMMON_BOT4 = (uint8_t)((coll->variableTopValue>>8)+1);
4673 if((shifted && ((notIsContinuation && order <= variableTopValue && primary1 > 0)
5366 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0;
6462 if(coll->variableTopValue != (CE & UCOL_PRIMARYMASK)>>16) {
6464 coll->variableTopValue = (CE & UCOL_PRIMARYMASK)>>16;
6480 return coll->variableTopValue<<1
[all...]
H A Ducoleitr.cpp234 variableTop = coll->variableTopValue << 16;
516 // uint32_t variableTop = coll->variableTopValue;
H A Ducol_bld.cpp1150 src->opts->variableTopValue = (*(src->varTop->CEs))>>16;

Completed in 133 milliseconds