Searched refs:getRuleSetName (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp96 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 { function in class:StringLocalizationInfo
903 RuleBasedNumberFormat::getRuleSetName(int32_t index) const function in class:RuleBasedNumberFormat
906 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
995 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1204 UnicodeString name(TRUE, localizations->getRuleSetName(
[all...]
H A Dunum.cpp583 res += rbnf->getRuleSetName(i);
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp99 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 { function in class:StringLocalizationInfo
935 RuleBasedNumberFormat::getRuleSetName(int32_t index) const function in class:RuleBasedNumberFormat
938 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1027 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1275 UnicodeString name(TRUE, localizations->getRuleSetName(
[all...]
H A Dunum.cpp587 res += rbnf->getRuleSetName(i);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbnf.h678 virtual UnicodeString getRuleSetName(int32_t index) const;
699 * as those returned by getRuleSetName. The locale is matched against the locales for
707 * @see #getRuleSetName
/external/icu/icu4c/source/i18n/unicode/
H A Drbnf.h675 virtual UnicodeString getRuleSetName(int32_t index) const;
696 * as those returned by getRuleSetName. The locale is matched against the locales for
704 * @see #getRuleSetName
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp242 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);
1706 UnicodeString name = formatter0.getRuleSetName(0);
1723 UnicodeString name = formatter0.getRuleSetName(j);
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp242 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);
1706 UnicodeString name = formatter0.getRuleSetName(0);
1723 UnicodeString name = formatter0.getRuleSetName(j);

Completed in 3042 milliseconds