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

  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 581 UNUM_LENIENT_PARSE
614 * or UNUM_LENIENT_PARSE.
  /external/icu4c/i18n/unicode/
unum.h 670 UNUM_LENIENT_PARSE
703 * or UNUM_LENIENT_PARSE.
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 465 if (attr == UNUM_LENIENT_PARSE) {
564 if (attr == UNUM_LENIENT_PARSE) {
  /external/icu4c/i18n/
unum.cpp 468 if (attr == UNUM_LENIENT_PARSE) {
567 if (attr == UNUM_LENIENT_PARSE) {
  /external/icu4c/test/cintltst/
cnumtst.c 761 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c     [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 80 private static final int UNUM_LENIENT_PARSE = 19;

Completed in 222 milliseconds