Searched defs:RuleBasedNumberFormat (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/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
553 class U_I18N_API RuleBasedNumberFormat : public NumberFormat { class in inherits:NumberFormat
561 * Creates a RuleBasedNumberFormat that behaves according to the description
570 RuleBasedNumberFormat(const UnicodeString& rules, UParseError& perror, UErrorCode& status);
573 * Creates a RuleBasedNumberFormat that behaves according to the description
595 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
599 * Creates a RuleBasedNumberFormat tha
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedNumberFormat.java45 * &quot;2:03&quot;).&nbsp; The client can also define more specialized <tt>RuleBasedNumberFormat</tt>s
48 * <p>The behavior of a <tt>RuleBasedNumberFormat</tt> is specified by a textual description
188 * <p>The description of a <tt>RuleBasedNumberFormat</tt>'s behavior consists of one or more <em>rule
538 public class RuleBasedNumberFormat extends NumberFormat { class in inherits:NumberFormat
687 * Creates a RuleBasedNumberFormat that behaves according to the description
694 public RuleBasedNumberFormat(String description) { method in class:RuleBasedNumberFormat
700 * Creates a RuleBasedNumberFormat that behaves according to the description
720 public RuleBasedNumberFormat(String description, String[][] localizations) { method in class:RuleBasedNumberFormat
726 * Creates a RuleBasedNumberFormat that behaves according to the description
737 public RuleBasedNumberFormat(Strin method in class:RuleBasedNumberFormat
753 public RuleBasedNumberFormat(String description, ULocale locale) { method in class:RuleBasedNumberFormat
782 public RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale) { method in class:RuleBasedNumberFormat
798 public RuleBasedNumberFormat(Locale locale, int format) { method in class:RuleBasedNumberFormat
815 public RuleBasedNumberFormat(ULocale locale, int format) { method in class:RuleBasedNumberFormat
872 public RuleBasedNumberFormat(int format) { method in class:RuleBasedNumberFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java44 * &quot;2:03&quot;).&nbsp; The client can also define more specialized <tt>RuleBasedNumberFormat</tt>s
47 * <p>The behavior of a <tt>RuleBasedNumberFormat</tt> is specified by a textual description
187 * <p>The description of a <tt>RuleBasedNumberFormat</tt>'s behavior consists of one or more <em>rule
537 public class RuleBasedNumberFormat extends NumberFormat { class in inherits:NumberFormat
690 * Creates a RuleBasedNumberFormat that behaves according to the description
698 public RuleBasedNumberFormat(String description) { method in class:RuleBasedNumberFormat
704 * Creates a RuleBasedNumberFormat that behaves according to the description
725 public RuleBasedNumberFormat(String description, String[][] localizations) { method in class:RuleBasedNumberFormat
731 * Creates a RuleBasedNumberFormat that behaves according to the description
743 public RuleBasedNumberFormat(Strin method in class:RuleBasedNumberFormat
760 public RuleBasedNumberFormat(String description, ULocale locale) { method in class:RuleBasedNumberFormat
790 public RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale) { method in class:RuleBasedNumberFormat
807 public RuleBasedNumberFormat(Locale locale, int format) { method in class:RuleBasedNumberFormat
825 public RuleBasedNumberFormat(ULocale locale, int format) { method in class:RuleBasedNumberFormat
883 public RuleBasedNumberFormat(int format) { method in class:RuleBasedNumberFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp67 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedNumberFormat)
654 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
678 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
702 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
725 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
748 RuleBasedNumberFormat function in class:RuleBasedNumberFormat
772 RuleBasedNumberFormat::RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& alocale, UErrorCode& status) function in class:RuleBasedNumberFormat
837 RuleBasedNumberFormat::RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs) function in class:RuleBasedNumberFormat
[all...]
/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 859 milliseconds