/external/icu4c/test/intltest/ |
itrbnfp.h | 31 void testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status); 32 void testfmt(RuleBasedNumberFormat* formatter, int val, UErrorCode& status);
|
itrbnfrt.cpp | 64 RuleBasedNumberFormat* formatter 65 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); 82 RuleBasedNumberFormat* formatter 83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); 100 RuleBasedNumberFormat* formatter 101 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("es", "es"), status); 118 RuleBasedNumberFormat* formatter 119 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status); 136 RuleBasedNumberFormat* formatter 137 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale("fr", "CH"), status) [all...] |
itrbnf.h | 132 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing); 133 virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);
|
itrbnfrt.h | 85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
|
itrbnfp.cpp | 125 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status); 146 IntlTestRBNFParse::testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status) { 159 IntlTestRBNFParse::testfmt(RuleBasedNumberFormat* formatter, int val, UErrorCode& status) {
|
itrbnf.cpp | 28 // import com.ibm.text.RuleBasedNumberFormat; 47 if (exec) logln("TestSuite RuleBasedNumberFormat"); 102 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status); 104 errcheckln(status, "Failed in constructing RuleBasedNumberFormat - %s", u_errorName(status)); 146 RuleBasedNumberFormat* formatter 147 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); 158 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone(); 172 RuleBasedNumberFormat assignResult(URBNF_SPELLOUT, Locale("es", "ES", ""), status) [all...] |
uobjtest.cpp | 348 TESTCLASSID_CTOR(RuleBasedNumberFormat, (UnicodeString("%default: -x: minus >>;"), parseError, status));
|
/external/icu4c/i18n/unicode/ |
rbnf.h | 61 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is 73 * "2:03"). The client can also define more specialized <tt>RuleBasedNumberFormat</tt>s 76 * <p>The behavior of a <tt>RuleBasedNumberFormat</tt> is specified by a textual description 210 * <p>The description of a <tt>RuleBasedNumberFormat</tt>'s behavior consists of one or more <em>rule 503 class U_I18N_API RuleBasedNumberFormat : public NumberFormat { 511 * Creates a RuleBasedNumberFormat that behaves according to the description 520 RuleBasedNumberFormat(const UnicodeString& rules, UParseError& perror, UErrorCode& status); 523 * Creates a RuleBasedNumberFormat that behaves according to the description 545 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations, 549 * Creates a RuleBasedNumberFormat that behaves according to the rule [all...] |
/external/icu4c/i18n/ |
nfrule.h | 28 class RuleBasedNumberFormat; 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); 101 const RuleBasedNumberFormat* formatter;
|
rbnf.cpp | 67 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedNumberFormat) 650 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 667 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 684 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 700 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 716 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, [all...] |
nfsubs.h | 40 const RuleBasedNumberFormat* rbnf, 61 const RuleBasedNumberFormat* rbnf,
|
unum.cpp | 124 retVal = (UNumberFormat*)new RuleBasedNumberFormat(pat, Locale(locale), *parseErr, *status); 128 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status); 132 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_ORDINAL, Locale(locale), *status); 136 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status); 140 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_NUMBERING_SYSTEM, Locale(locale), *status); 175 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); 550 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); 651 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf) [all...] |
nfsubs.cpp | 51 const RuleBasedNumberFormat* formatter, 74 const RuleBasedNumberFormat* formatter, 130 const RuleBasedNumberFormat* formatter, 177 const RuleBasedNumberFormat* formatter, 200 const RuleBasedNumberFormat* formatter, 231 const RuleBasedNumberFormat* formatter, 262 const RuleBasedNumberFormat* formatter, 300 const RuleBasedNumberFormat* formatter, 332 const RuleBasedNumberFormat* formatter, 418 const RuleBasedNumberFormat* formatter [all...] |
nfrs.h | 34 void parseRules(UnicodeString& rules, const RuleBasedNumberFormat* owner, UErrorCode& status);
|
nfrule.cpp | 32 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf) 93 const RuleBasedNumberFormat *rbnf, 375 const RuleBasedNumberFormat* rbnf, 391 * @param ownersOwner The RuleBasedNumberFormat that owns this rule 399 const RuleBasedNumberFormat* rbnf, [all...] |
numfmt.cpp | 415 // Other subclasses (ChoiceFormat, RuleBasedNumberFormat) do not (yet) handle DigitLists, 433 // Other subclasses (ChoiceFormat, RuleBasedNumberFormat) do not (yet) handle DigitLists, [all...] |
nfrs.cpp | 172 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
|
msgfmt.cpp | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
urename.h | [all...] |