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

  /external/chromium_org/third_party/icu/source/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/icu4c/i18n/unicode/
unum.h 751 UNUM_GROUPING_USED,
850 * @param attr The attribute to query; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
873 * @param attr The attribute to set; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 61 private static final int UNUM_GROUPING_USED = 1;
403 return getAttribute(this.address, UNUM_GROUPING_USED) != 0;
422 setAttribute(this.address, UNUM_GROUPING_USED, i);

Completed in 41 milliseconds