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

/external/icu/icu4c/source/i18n/unicode/
H A Drbnf.h69 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is
81 * &quot;2:03&quot;).&nbsp; The client can also define more specialized <tt>RuleBasedNumberFormat</tt>s
84 * <p>The behavior of a <tt>RuleBasedNumberFormat</tt> is specified by a textual description
218 * <p>The description of a <tt>RuleBasedNumberFormat</tt>'s behavior consists of one or more <em>rule
561 class U_I18N_API RuleBasedNumberFormat : public NumberFormat { class in inherits:NumberFormat
569 * Creates a RuleBasedNumberFormat that behaves according to the description
578 RuleBasedNumberFormat(const UnicodeString& rules, UParseError& perror, UErrorCode& status);
581 * Creates a RuleBasedNumberFormat that behaves according to the description
603 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
607 * Creates a RuleBasedNumberFormat tha
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedNumberFormat.java48 * &quot;2:03&quot;).&nbsp; The client can also define more specialized <tt>RuleBasedNumberFormat</tt>s
51 * <p>The behavior of a <tt>RuleBasedNumberFormat</tt> is specified by a textual description
191 * <p>The description of a <tt>RuleBasedNumberFormat</tt>'s behavior consists of one or more <em>rule
541 public class RuleBasedNumberFormat extends NumberFormat { class in inherits:NumberFormat
690 * Creates a RuleBasedNumberFormat that behaves according to the description
697 public RuleBasedNumberFormat(String description) { method in class:RuleBasedNumberFormat
703 * Creates a RuleBasedNumberFormat that behaves according to the description
723 public RuleBasedNumberFormat(String description, String[][] localizations) { method in class:RuleBasedNumberFormat
729 * Creates a RuleBasedNumberFormat that behaves according to the description
740 public RuleBasedNumberFormat(Strin method in class:RuleBasedNumberFormat
756 public RuleBasedNumberFormat(String description, ULocale locale) { method in class:RuleBasedNumberFormat
785 public RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale) { method in class:RuleBasedNumberFormat
801 public RuleBasedNumberFormat(Locale locale, int format) { method in class:RuleBasedNumberFormat
818 public RuleBasedNumberFormat(ULocale locale, int format) { method in class:RuleBasedNumberFormat
875 public RuleBasedNumberFormat(int format) { method in class:RuleBasedNumberFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java47 * &quot;2:03&quot;).&nbsp; The client can also define more specialized <tt>RuleBasedNumberFormat</tt>s
50 * <p>The behavior of a <tt>RuleBasedNumberFormat</tt> is specified by a textual description
190 * <p>The description of a <tt>RuleBasedNumberFormat</tt>'s behavior consists of one or more <em>rule
540 public class RuleBasedNumberFormat extends NumberFormat { class in inherits:NumberFormat
693 * Creates a RuleBasedNumberFormat that behaves according to the description
701 public RuleBasedNumberFormat(String description) { method in class:RuleBasedNumberFormat
707 * Creates a RuleBasedNumberFormat that behaves according to the description
728 public RuleBasedNumberFormat(String description, String[][] localizations) { method in class:RuleBasedNumberFormat
734 * Creates a RuleBasedNumberFormat that behaves according to the description
746 public RuleBasedNumberFormat(Strin method in class:RuleBasedNumberFormat
763 public RuleBasedNumberFormat(String description, ULocale locale) { method in class:RuleBasedNumberFormat
793 public RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale) { method in class:RuleBasedNumberFormat
810 public RuleBasedNumberFormat(Locale locale, int format) { method in class:RuleBasedNumberFormat
828 public RuleBasedNumberFormat(ULocale locale, int format) { method in class:RuleBasedNumberFormat
886 public RuleBasedNumberFormat(int format) { method in class:RuleBasedNumberFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp71 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedNumberFormat)
678 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
703 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
728 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
752 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, function in class:RuleBasedNumberFormat
776 RuleBasedNumberFormat function in class:RuleBasedNumberFormat
801 RuleBasedNumberFormat::RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& alocale, UErrorCode& status) function in class:RuleBasedNumberFormat
867 RuleBasedNumberFormat::RuleBasedNumberFormat(const RuleBasedNumberFormat& rhs) function in class:RuleBasedNumberFormat
[all...]

Completed in 282 milliseconds