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

  /external/chromium/third_party/icu/source/i18n/
esctrn.h 68 int32_t minDigits;
80 * prefix, suffix, radix, and minDigits of this object are used
99 int32_t radix, int32_t minDigits,
unesctrn.cpp 187 int32_t minDigits = spec[ipat++];
239 match = (digitCount >= minDigits);
  /external/icu4c/i18n/
esctrn.h 68 int32_t minDigits;
80 * prefix, suffix, radix, and minDigits of this object are used
99 int32_t radix, int32_t minDigits,
unesctrn.cpp 187 int32_t minDigits = spec[ipat++];
239 match = (digitCount >= minDigits);
  /external/chromium/third_party/icu/source/io/
uprntf_p.c 358 int32_t minDigits = -1;
382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
399 if (minDigits != -1) {
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
491 int32_t minDigits = -1;
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
527 if (minDigits != -1) {
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
    [all...]
  /external/icu4c/io/
uprntf_p.c 358 int32_t minDigits = -1;
382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
399 if (minDigits != -1) {
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
491 int32_t minDigits = -1;
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
527 if (minDigits != -1) {
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
    [all...]

Completed in 225 milliseconds