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

  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 62 private static final int UNUM_GROUPING_USED = 1;
399 return getAttribute(this.addr, UNUM_GROUPING_USED) != 0;
418 setAttribute(this.addr, UNUM_GROUPING_USED, i);
  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 540 UNUM_GROUPING_USED,
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 629 UNUM_GROUPING_USED,
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 406 case UNUM_GROUPING_USED:
487 case UNUM_GROUPING_USED:
  /external/icu4c/i18n/
unum.cpp 409 case UNUM_GROUPING_USED:
490 case UNUM_GROUPING_USED:

Completed in 30 milliseconds