Searched defs:getRuleSetName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp100 virtual const UChar* getRuleSetName(int32_t index) const = 0;
136 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
176 if (streq(ruleset, getRuleSetName(i))) {
267 virtual const UChar* getRuleSetName(int32_t index) const;
624 StringLocalizationInfo::getRuleSetName(int32_t index) const { function in class:StringLocalizationInfo
918 RuleBasedNumberFormat::getRuleSetName(int32_t index) const function in class:RuleBasedNumberFormat
921 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1010 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1228 UnicodeString name(TRUE, localizations->getRuleSetName(
[all...]
/external/icu4c/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);
1214 UnicodeString name(TRUE, localizations->getRuleSetName(
[all...]

Completed in 34 milliseconds