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

  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp 761 uint32_t newStrength = UCOL_TOK_UNSET;
789 if (newStrength == UCOL_TOK_UNSET) {
794 // newStrength = UCOL_TOK_RESET;
814 if (newStrength != UCOL_TOK_UNSET) {
822 newStrength = UCOL_TOK_RESET;
825 newStrength = UCOL_IDENTICAL;
829 if (newStrength != UCOL_TOK_UNSET) {
837 newStrength = UCOL_TOK_RESET;
840 newStrength = UCOL_TERTIARY;
844 if (newStrength != UCOL_TOK_UNSET)
    [all...]
tblcoll.cpp 580 void RuleBasedCollator::setStrength(ECollationStrength newStrength)
584 UCollationStrength strength = getUCollationStrength(newStrength);
usearch.cpp     [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 780 uint32_t newStrength = UCOL_TOK_UNSET;
809 if (newStrength == UCOL_TOK_UNSET) {
814 // newStrength = UCOL_TOK_RESET;
834 if (newStrength != UCOL_TOK_UNSET) {
842 newStrength = UCOL_TOK_RESET;
845 newStrength = UCOL_IDENTICAL;
848 src->prevStrength = newStrength;
855 if (newStrength != UCOL_TOK_UNSET) {
863 newStrength = UCOL_TOK_RESET;
866 newStrength = UCOL_TERTIARY
    [all...]
tblcoll.cpp 580 void RuleBasedCollator::setStrength(ECollationStrength newStrength)
584 UCollationStrength strength = getUCollationStrength(newStrength);
usearch.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h 595 * @param newStrength the new comparison level.
598 virtual void setStrength(ECollationStrength newStrength) = 0;
    [all...]
tblcoll.h 664 * @param newStrength the new comparison level.
667 virtual void setStrength(ECollationStrength newStrength);
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 595 * @param newStrength the new comparison level.
598 virtual void setStrength(ECollationStrength newStrength) = 0;
    [all...]
tblcoll.h 664 * @param newStrength the new comparison level.
667 virtual void setStrength(ECollationStrength newStrength);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]

Completed in 1595 milliseconds