Searched defs:rbnf (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp22 #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
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...]
H A Dnfrule.cpp20 #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, statu
90 makeRules(UnicodeString& description, const NFRuleSet *ruleSet, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) argument
373 extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status) argument
397 extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status) argument
[all...]
/external/icu4c/i18n/
H A Dunum.cpp22 #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 local
674 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); local
[all...]
H A Dnfrule.cpp20 #include "unicode/rbnf.h"
91 const RuleBasedNumberFormat *rbnf,
99 NFRule* rule1 = new NFRule(rbnf);
120 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
141 rule2 = new NFRule(rbnf);
181 rule2->extractSubstitutions(ruleSet, predecessor, rbnf, status);
193 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
373 const RuleBasedNumberFormat* rbnf,
377 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status);
378 sub2 = extractSubstitution(ruleSet, predecessor, rbnf, statu
88 makeRules(UnicodeString& description, const NFRuleSet *ruleSet, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) argument
371 extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status) argument
395 extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp182 LocalUResourceBundlePointer en(ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "rbnf", "en", &status));
1371 errcheckln(status, "rbnf status: 0x%x (%s)\n", status, u_errorName(status));
1888 RuleBasedNumberFormat *rbnf = local
1894 rbnf->format(n, res, pos);
1895 delete rbnf;
/external/icu4c/test/intltest/
H A Ditrbnf.cpp183 LocalUResourceBundlePointer en(ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "rbnf", "en", &status));
1372 errcheckln(status, "rbnf status: 0x%x (%s)\n", status, u_errorName(status));
1890 RuleBasedNumberFormat *rbnf = local
1896 rbnf->format(n, res, pos);
1897 delete rbnf;
1914 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status);
1935 rbnf.format(number, result);
1944 rbnf.setDecimalFormatSymbols(dfs);
1946 rbnf.format(number, result);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jar ... impl/data/icudt42b/coll/ com/ibm/icu/impl/data/icudt42b/rbnf/ com/ibm/icu/impl/data/icudt42b/translit/ com/ibm/icu ...

Completed in 261 milliseconds