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

/external/icu/icu4c/source/i18n/
H A Drbnf.cpp102 virtual const UChar* getRuleSetName(int32_t index) const = 0;
140 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
180 if (streq(ruleset, getRuleSetName(i))) {
271 virtual const UChar* getRuleSetName(int32_t index) const;
630 StringLocalizationInfo::getRuleSetName(int32_t index) const { function in class:StringLocalizationInfo
952 RuleBasedNumberFormat::getRuleSetName(int32_t index) const function in class:RuleBasedNumberFormat
955 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1046 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
1294 UnicodeString name(TRUE, localizations->getRuleSetName(
[all...]

Completed in 76 milliseconds