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

  /external/icu/icu4c/source/i18n/
unum.cpp 22 #include "unicode/rbnf.h"
148 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
149 U_ASSERT(rbnf != NULL);
150 res = rbnf->clone();
581 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
582 U_ASSERT(rbnf != NULL);
584 res = rbnf->getDefaultRuleSetName();
586 int32_t count = rbnf->getNumberOfRuleSetNames();
588 res += rbnf->getRuleSetName(i);
644 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf) local
679 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 1171 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1248 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1263 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1277 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); local
1403 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); local
1421 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); local
1472 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 44 * Link to the RBNF so that we can access its decimalFormat if need be.
46 final RuleBasedNumberFormat rbnf; field in class:NFSubstitution
169 this.rbnf = formatter;
425 tempResult = rbnf.getDecimalFormat().parse(text, parsePosition);
    [all...]
MessageFormat.java 2253 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
2269 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
2285 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, local
    [all...]
  /external/icu/icu4c/source/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));
1946 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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 96 milliseconds