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

  /external/icu4c/io/
uprntf_p.c 301 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
834 maxSigDecimalDigits = unum_getAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS);
899 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS)
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 734 /*Testing unum_getAttribute and unum_setAttribute() */
737 newvalue=unum_getAttribute(def, attr);
740 if(unum_getAttribute(def,attr)!=2)
746 newvalue=unum_getAttribute(def, attr);
749 if(unum_getAttribute(def,attr) != 8)
755 newvalue=unum_getAttribute(def, attr);
758 if(unum_getAttribute(def,attr) != 2)
767 newvalue=unum_getAttribute(fr, attr);
769 if(unum_getAttribute(def,attr)!=unum_getAttribute(fr, attr)
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 690 unum_getAttribute(const UNumberFormat* fmt,
705 * @see unum_getAttribute
725 * @see unum_getAttribute
743 * @see unum_getAttribute
797 * @see unum_getAttribute
820 * @see unum_getAttribute
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 157 return unum_getAttribute(toUNumberFormat(addr), attr);
  /external/icu4c/i18n/
unum.cpp 482 unum_getAttribute(const UNumberFormat* fmt,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 136 milliseconds