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

  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 62 private static final int UNUM_GROUPING_USED = 1;
406 return getAttribute(this.addr, UNUM_GROUPING_USED) != 0;
425 setAttribute(this.addr, UNUM_GROUPING_USED, i);
  /external/icu4c/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/
unum.cpp 412 case UNUM_GROUPING_USED:
493 case UNUM_GROUPING_USED:

Completed in 113 milliseconds