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

  /external/icu4c/i18n/unicode/
unum.h 792 UNUM_LENIENT_PARSE,
810 UNUM_SCALE = UNUM_LENIENT_PARSE + 2,
877 * UNUM_LENIENT_PARSE, or UNUM_SCALE.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 670 UNUM_LENIENT_PARSE
703 * or UNUM_LENIENT_PARSE.
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 816 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
    [all...]
  /external/icu4c/i18n/
unum.cpp 467 if ( attr == UNUM_LENIENT_PARSE ) {
488 if ( attr == UNUM_LENIENT_PARSE ) {
decimfmt.cpp     [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 796 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 552 if (attr == UNUM_LENIENT_PARSE) {
653 if (attr == UNUM_LENIENT_PARSE) {
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 79 private static final int UNUM_LENIENT_PARSE = 19;

Completed in 590 milliseconds