Searched refs:RuleBasedNumberFormat (Results 1 - 23 of 23) sorted by relevance

/external/icu4c/test/intltest/
H A Ditrbnfrt.cpp64 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_SPELLOU
[all...]
H A Ditrbnfp.h31 void testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status);
32 void testfmt(RuleBasedNumberFormat* formatter, int val, UErrorCode& status);
H A Ditrbnf.h137 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
138 virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);
H A Ditrbnfp.cpp125 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) {
H A Ditrbnfrt.h85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
H A Ditrbnf.cpp28 // import com.ibm.text.RuleBasedNumberFormat;
47 if (exec) logln("TestSuite RuleBasedNumberFormat");
103 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(URBNF_SPELLOUT, "he_IL", status);
105 errcheckln(status, "Failed in constructing RuleBasedNumberFormat - %s", u_errorName(status));
147 RuleBasedNumberFormat* formatter
148 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status);
159 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone();
173 RuleBasedNumberFormat assignResul
[all...]
H A Duobjtest.cpp356 TESTCLASSID_CTOR(RuleBasedNumberFormat, (UnicodeString("%default: -x: minus >>;"), parseError, status));
/external/icu4c/i18n/unicode/
H A Drbnf.h61 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is
73 * &quot;2:03&quot;).&nbsp; 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 { class in inherits: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 tha
[all...]
/external/icu4c/i18n/
H A Dnfrule.h28 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;
H A Drbnf.cpp63 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedNumberFormat)
648 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
666 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
684 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
701 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
718 RuleBasedNumberFormat function in class:RuleBasedNumberFormat
736 RuleBasedNumberFormat::RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& alocale, UErrorCode& status) function in class:RuleBasedNumberFormat
795 RuleBasedNumberFormat::RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs) function in class:RuleBasedNumberFormat
[all...]
H A Dnfsubs.h40 const RuleBasedNumberFormat* rbnf,
61 const RuleBasedNumberFormat* rbnf,
H A Dunum.cpp92 retVal = new RuleBasedNumberFormat(pat, Locale(locale), *parseErr, *status);
96 retVal = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale(locale), *status);
100 retVal = new RuleBasedNumberFormat(URBNF_ORDINAL, Locale(locale), *status);
104 retVal = new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status);
108 retVal = new RuleBasedNumberFormat(URBNF_NUMBERING_SYSTEM, Locale(locale), *status);
143 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
576 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
639 RuleBasedNumberFormat* rbn
[all...]
H A Dnfsubs.cpp51 const RuleBasedNumberFormat* formatter,
77 const RuleBasedNumberFormat* formatter,
136 const RuleBasedNumberFormat* formatter,
188 const RuleBasedNumberFormat* formatter,
214 const RuleBasedNumberFormat* formatter,
248 const RuleBasedNumberFormat* formatter,
282 const RuleBasedNumberFormat* formatter,
323 const RuleBasedNumberFormat* formatter,
358 const RuleBasedNumberFormat* formatter,
444 const RuleBasedNumberFormat* formatte
[all...]
H A Dnfrs.h34 void parseRules(UnicodeString& rules, const RuleBasedNumberFormat* owner, UErrorCode& status);
H A Dnfrule.cpp31 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf)
91 const RuleBasedNumberFormat *rbnf,
373 const RuleBasedNumberFormat* rbnf,
389 * @param ownersOwner The RuleBasedNumberFormat that owns this rule
397 const RuleBasedNumberFormat* rbnf,
H A Dnumfmt.cpp487 // Other subclasses (ChoiceFormat, RuleBasedNumberFormat) do not (yet) handle DigitLists,
505 // Other subclasses (ChoiceFormat, RuleBasedNumberFormat) do not (yet) handle DigitLists,
1334 RuleBasedNumberFormat *r = new RuleBasedNumberFormat(desiredRulesType,nsLoc,status);
H A Dnfrs.cpp182 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
H A Dmsgfmt.cpp1448 RuleBasedNumberFormat* fmt = new RuleBasedNumberFormat(tag, locale, ec);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1381 #define RuleBasedNumberFormat RuleBasedNumberFormat_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1381 #define RuleBasedNumberFormat RuleBasedNumberFormat_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1381 #define RuleBasedNumberFormat RuleBasedNumberFormat_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1381 #define RuleBasedNumberFormat RuleBasedNumberFormat_3_2 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 471 milliseconds