Home | History | Annotate | Download | only in i18n

Lines Matching refs:varTop

6840 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) {
6845 len = u_strlen(varTop);
6853 IInit_collIterate(coll, varTop, len, &s, status);
6893 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) {
6898 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6900 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;