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

  /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/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 

Completed in 30 milliseconds