HomeSort by relevance Sort by last modified time
    Searched defs:RuleBasedNumberFormat (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 69 * 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
560 class U_I18N_API RuleBasedNumberFormat : public NumberFormat {
568 * Creates a RuleBasedNumberFormat that behaves according to the description
577 RuleBasedNumberFormat(const UnicodeString& rules, UParseError& perror, UErrorCode& status);
580 * Creates a RuleBasedNumberFormat that behaves according to the description
602 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,
606 * Creates a RuleBasedNumberFormat that behaves according to the rule
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 73 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedNumberFormat)
680 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
705 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
730 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
754 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
778 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedNumberFormat.java 48 * &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 {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedNumberFormat.java 47 * &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 {
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 112 milliseconds