Home | History | Annotate | Download | only in unicode

Lines Matching refs:varTop

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