HomeSort by relevance Sort by last modified time
    Searched refs:varTop (Results 1 - 22 of 22) sorted by null

  /external/chromium/third_party/icu/source/i18n/
tblcoll.cpp 517 uint32_t RuleBasedCollator::setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) {
519 return ucol_setVariableTop(ucollator, varTop, len, &status);
522 uint32_t RuleBasedCollator::setVariableTop(const UnicodeString varTop, UErrorCode &status) {
524 return ucol_setVariableTop(ucollator, varTop.getBuffer(), varTop.length(), &status);
527 void RuleBasedCollator::setVariableTop(const uint32_t varTop, UErrorCode &status) {
529 ucol_restoreVariableTop(ucollator, varTop, &status);
ucol_bld.cpp     [all...]
ucol_tok.h 122 UColToken *varTop;
ucol_tok.cpp     [all...]
usearch.cpp     [all...]
ucol.cpp     [all...]
  /external/icu4c/i18n/
tblcoll.cpp 517 uint32_t RuleBasedCollator::setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) {
519 return ucol_setVariableTop(ucollator, varTop, len, &status);
522 uint32_t RuleBasedCollator::setVariableTop(const UnicodeString varTop, UErrorCode &status) {
524 return ucol_setVariableTop(ucollator, varTop.getBuffer(), varTop.length(), &status);
527 void RuleBasedCollator::setVariableTop(const uint32_t varTop, UErrorCode &status) {
529 ucol_restoreVariableTop(ucollator, varTop, &status);
ucol_bld.cpp     [all...]
ucol_tok.h 122 UColToken *varTop;
ucol_tok.cpp     [all...]
usearch.cpp     [all...]
ucol.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h     [all...]
tblcoll.h 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);
    [all...]
ucol.h     [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
tblcoll.h 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);
    [all...]
ucol.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h     [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]

Completed in 303 milliseconds