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

  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp 98 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 {
916 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
919 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1008 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 98 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 {
916 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
919 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1008 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
    [all...]

Completed in 729 milliseconds