/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" 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...] |
nfrule.cpp | 20 #include "unicode/rbnf.h" 93 const RuleBasedNumberFormat *rbnf, 101 NFRule* rule1 = new NFRule(rbnf); 122 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status); 143 rule2 = new NFRule(rbnf); 183 rule2->extractSubstitutions(ruleSet, predecessor, rbnf, status); 195 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status); 375 const RuleBasedNumberFormat* rbnf, 379 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status); 380 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 | 72 RBNFSRCDIR=$(SRCDATADIR)/rbnf 73 RBNFBLDDIR=$(BUILDDIR)/rbnf 315 RBNF_TREE=rbnf 518 ### RBNF res 526 @echo "generating $@ (list of installed RBNF locales)"; \
|
Makefile.in | 86 RBNFSRCDIR=$(SRCDATADIR)/rbnf 87 RBNFBLDDIR=$(BUILDDIR)/rbnf 385 RBNF_TREE=rbnf 677 ### RBNF res 685 @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...] |