Home | History | Annotate | Download | only in unicode

Lines Matching refs:varTop

887      * @param varTop one or more (if contraction) UChars to which the variable top should be set
895 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) = 0;
899 * @param varTop an UnicodeString size 1 or more (if contraction) of UChars to which the variable top should be set
906 virtual uint32_t setVariableTop(const UnicodeString &varTop, UErrorCode &status) = 0;
911 * @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
915 virtual void setVariableTop(uint32_t varTop, UErrorCode &status) = 0;