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

  /external/icu4c/i18n/
nfrule.h 11 #include "unicode/rbnf.h"
46 const RuleBasedNumberFormat* rbnf,
50 NFRule(const RuleBasedNumberFormat* rbnf);
79 void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
nfsubs.h 40 const RuleBasedNumberFormat* rbnf,
61 const RuleBasedNumberFormat* rbnf,
unum.cpp 22 #include "unicode/rbnf.h"
142 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
143 U_ASSERT(rbnf != NULL);
144 res = rbnf->clone();
697 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
698 U_ASSERT(rbnf != NULL);
700 res = rbnf->getDefaultRuleSetName();
702 int32_t count = rbnf->getNumberOfRuleSetNames();
704 res += rbnf->getRuleSetName(i);
761 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf) local
796 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
    [all...]
nfrule.cpp 20 #include "unicode/rbnf.h"
92 const RuleBasedNumberFormat *rbnf,
100 NFRule* rule1 = new NFRule(rbnf);
121 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
142 rule2 = new NFRule(rbnf);
182 rule2->extractSubstitutions(ruleSet, predecessor, rbnf, status);
194 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
374 const RuleBasedNumberFormat* rbnf,
378 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status);
379 sub2 = extractSubstitution(ruleSet, predecessor, rbnf, status)
    [all...]
Android.mk 49 quant.cpp rbnf.cpp rbt.cpp \
  /external/icu4c/config/
dist.mk 18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
  /external/icu4c/data/
Makefile.in 86 RBNFSRCDIR=$(SRCDATADIR)/rbnf
87 RBNFBLDDIR=$(BUILDDIR)/rbnf
387 RBNF_TREE=rbnf
682 ### RBNF res
690 @echo "generating $@ (list of installed RBNF locales)"; \
    [all...]
makedata.mak 77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
79 ICURBNF=rbnf
392 # Read the list of RBNF resource bundle files
407 RBNF_RES_FILES = $(RBNF_FILES:.txt =.res rbnf\)
409 RBNF_RES_FILES = $(RBNF_RES_FILES:rbnf\ =rbnf\)
877 @echo Making RBNF files
    [all...]
  /external/icu4c/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 120 milliseconds