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

  /external/icu/icu4c/source/i18n/
rbnf.cpp 100 virtual const UChar* getRuleSetName(int32_t index) const = 0;
138 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
178 if (streq(ruleset, getRuleSetName(i))) {
269 virtual const UChar* getRuleSetName(int32_t index) const;
628 StringLocalizationInfo::getRuleSetName(int32_t index) const {
936 RuleBasedNumberFormat::getRuleSetName(int32_t index) const
939 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1);
1028 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1);
    [all...]
unum.cpp 588 res += rbnf->getRuleSetName(i);
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 697 virtual UnicodeString getRuleSetName(int32_t index) const;
    [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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 60 milliseconds