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

  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 22 #include "unicode/rbnf.h"
175 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
176 U_ASSERT(rbnf != NULL);
177 res = rbnf->clone();
550 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
551 U_ASSERT(rbnf != NULL);
554 return rbnf->isLenient();
651 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf); local
652 U_ASSERT(rbnf != NULL);
655 rbnf->setLenient((UBool)newValue)
736 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
800 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf); local
835 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
    [all...]
  /external/icu4c/i18n/
unum.cpp 22 #include "unicode/rbnf.h"
143 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
144 U_ASSERT(rbnf != NULL);
145 res = rbnf->clone();
576 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
577 U_ASSERT(rbnf != NULL);
579 res = rbnf->getDefaultRuleSetName();
581 int32_t count = rbnf->getNumberOfRuleSetNames();
583 res += rbnf->getRuleSetName(i);
639 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf) local
674 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
    [all...]