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

  /external/icu/icu4c/source/io/
uprntf_p.c 384 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
385 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
402 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
515 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
516 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
530 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h     [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp     [all...]

Completed in 51 milliseconds