Home | History | Annotate | Download | only in unicode

Lines Matching refs:varTop

500      * @param varTop one or more (if contraction) UChars to which the variable top should be set
508 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status);
512 * @param varTop an UnicodeString size 1 or more (if contraction) of UChars to which the variable top should be set
519 virtual uint32_t setVariableTop(const UnicodeString &varTop, UErrorCode &status);
524 * @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
528 virtual void setVariableTop(uint32_t varTop, UErrorCode &status);