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

  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 96 virtual const UChar* getRuleSetName(int32_t index) const = 0;
134 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
174 if (streq(ruleset, getRuleSetName(i))) {
265 virtual const UChar* getRuleSetName(int32_t index) const;
622 StringLocalizationInfo::getRuleSetName(int32_t index) const {
903 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
906 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
995 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
    [all...]
unum.cpp 583 res += rbnf->getRuleSetName(i);
  /external/icu/icu4c/source/i18n/
rbnf.cpp 99 virtual const UChar* getRuleSetName(int32_t index) const = 0;
137 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
177 if (streq(ruleset, getRuleSetName(i))) {
268 virtual const UChar* getRuleSetName(int32_t index) const;
627 StringLocalizationInfo::getRuleSetName(int32_t index) const {
935 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
938 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1027 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
    [all...]
unum.cpp 587 res += rbnf->getRuleSetName(i);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbnf.h 678 virtual UnicodeString getRuleSetName(int32_t index) const;
699 * as those returned by getRuleSetName. The locale is matched against the locales for
707 * @see #getRuleSetName
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 675 virtual UnicodeString getRuleSetName(int32_t index) const;
696 * as those returned by getRuleSetName. The locale is matched against the locales for
704 * @see #getRuleSetName
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 242 logln("Testing getNumberOfRuleSetNames, getRuleSetName and format using rule set names");
257 ruleSetName = formatter->getRuleSetName(i);
333 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 242 logln("Testing getNumberOfRuleSetNames, getRuleSetName and format using rule set names");
257 ruleSetName = formatter->getRuleSetName(i);
333 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
    [all...]

Completed in 162 milliseconds