Home | History | Annotate | Download | only in unicode

Lines Matching refs:varTop

565      * @param varTop one or more (if contraction) UChars to which the variable top should be set
573 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status);
577 * @param varTop an UnicodeString size 1 or more (if contraction) of UChars to which the variable top should be set
584 virtual uint32_t setVariableTop(const UnicodeString varTop, UErrorCode &status);
589 * @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
593 virtual void setVariableTop(const uint32_t varTop, UErrorCode &status);