Home | History | Annotate | Download | only in i18n

Lines Matching defs:setVariableTop

554 RuleBasedCollator::setVariableTop(const UChar *varTop, int32_t len, UErrorCode &errorCode) {
580 setVariableTop((uint32_t)(ce1 >> 32), errorCode);
585 RuleBasedCollator::setVariableTop(const UnicodeString &varTop, UErrorCode &errorCode) {
586 return setVariableTop(varTop.getBuffer(), varTop.length(), errorCode);
590 RuleBasedCollator::setVariableTop(uint32_t varTop, UErrorCode &errorCode) {