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

  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 61 private static final int UNUM_PARSE_INT_ONLY = 0;
395 return getAttribute(this.addr, UNUM_PARSE_INT_ONLY) != 0;
477 setAttribute(this.addr, UNUM_PARSE_INT_ONLY, i);
  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 538 UNUM_PARSE_INT_ONLY,
588 * @param attr The attribute to query; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
610 * @param attr The attribute to set; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
  /external/icu4c/i18n/unicode/
unum.h 627 UNUM_PARSE_INT_ONLY,
677 * @param attr The attribute to query; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
699 * @param attr The attribute to set; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 403 case UNUM_PARSE_INT_ONLY:
483 case UNUM_PARSE_INT_ONLY:
  /external/icu4c/i18n/
unum.cpp 406 case UNUM_PARSE_INT_ONLY:
486 case UNUM_PARSE_INT_ONLY:
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 710 for(attr=UNUM_PARSE_INT_ONLY; attr<= UNUM_PADDING_POSITION; attr=(UNumberFormatAttribute)((int32_t)attr + 1) )
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 710 for(attr=UNUM_PARSE_INT_ONLY; attr<= UNUM_PADDING_POSITION; attr=(UNumberFormatAttribute)((int32_t)attr + 1) )
    [all...]

Completed in 411 milliseconds