Home | History | Annotate | Download | only in i18n

Lines Matching refs:varTop

6531 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) {
6536 len = u_strlen(varTop);
6544 return ((Collator*)coll->delegate)->setVariableTop(varTop, len, *status);
6549 IInit_collIterate(coll, varTop, len, &s, status);
6592 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) {
6597 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6599 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;