HomeSort by relevance Sort by last modified time
    Searched refs:UNUM_DEFAULT_RULESET (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 684 UNUM_DEFAULT_RULESET,
698 * Rule-based formatters only understand UNUM_DEFAULT_RULESET and UNUM_PUBLIC_RULESETS.
702 * UNUM_DEFAULT_RULESET, or UNUM_PUBLIC_RULESETS.
722 * only understand UNUM_DEFAULT_RULESET.
726 * or UNUM_DEFAULT_RULESET.
  /external/icu4c/i18n/unicode/
unum.h 773 UNUM_DEFAULT_RULESET,
787 * Rule-based formatters only understand UNUM_DEFAULT_RULESET and UNUM_PUBLIC_RULESETS.
791 * UNUM_DEFAULT_RULESET, or UNUM_PUBLIC_RULESETS.
811 * only understand UNUM_DEFAULT_RULESET.
815 * or UNUM_DEFAULT_RULESET.
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 646 if (tag == UNUM_DEFAULT_RULESET) {
709 if (tag == UNUM_DEFAULT_RULESET) {
  /external/icu4c/i18n/
unum.cpp 649 if (tag == UNUM_DEFAULT_RULESET) {
712 if (tag == UNUM_DEFAULT_RULESET) {
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c     [all...]
  /external/icu4c/test/cintltst/
cnumtst.c     [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 92 private static final int UNUM_DEFAULT_RULESET = 6;

Completed in 648 milliseconds