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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 154 logln("RBNF API test starting");
182 LocalUResourceBundlePointer en(ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "rbnf", "en", &status));
1888 RuleBasedNumberFormat *rbnf = local
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 155 logln("RBNF API test starting");
183 LocalUResourceBundlePointer en(ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "rbnf", "en", &status));
1890 RuleBasedNumberFormat *rbnf = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 69 milliseconds