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

  /external/python/cpython3/Python/
formatter_unicode.c 413 Py_ssize_t n_grouped_digits; /* Space taken up by the digits, including member in struct:__anon37525
425 the n_grouped_digits width. */
539 spec->n_grouped_digits = 0;
542 spec->n_grouped_digits = _PyUnicode_InsertThousandsGrouping(
547 if (spec->n_grouped_digits == -1) {
558 (n_non_digit_non_padding + spec->n_grouped_digits);
588 spec->n_spadding + spec->n_grouped_digits + spec->n_decimal +
642 writer, spec->n_grouped_digits,
648 assert(r == spec->n_grouped_digits);
653 for (t = 0; t < spec->n_grouped_digits; t++)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 386 Py_ssize_t n_grouped_digits; /* Space taken up by the digits, including member in struct:__anon5499
398 the n_grouped_digits width. */
510 spec->n_grouped_digits = 0;
512 spec->n_grouped_digits = STRINGLIB_GROUPING(NULL, 0, NULL,
523 (n_non_digit_non_padding + spec->n_grouped_digits);
548 spec->n_spadding + spec->n_grouped_digits + spec->n_decimal +
597 STRINGLIB_GROUPING(buf, spec->n_grouped_digits, digits,
601 assert(r == spec->n_grouped_digits);
607 for (t = 0; t < spec->n_grouped_digits; ++t)
610 buf += spec->n_grouped_digits;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 386 Py_ssize_t n_grouped_digits; /* Space taken up by the digits, including member in struct:__anon5844
398 the n_grouped_digits width. */
510 spec->n_grouped_digits = 0;
512 spec->n_grouped_digits = STRINGLIB_GROUPING(NULL, 0, NULL,
523 (n_non_digit_non_padding + spec->n_grouped_digits);
548 spec->n_spadding + spec->n_grouped_digits + spec->n_decimal +
597 STRINGLIB_GROUPING(buf, spec->n_grouped_digits, digits,
601 assert(r == spec->n_grouped_digits);
607 for (t = 0; t < spec->n_grouped_digits; ++t)
610 buf += spec->n_grouped_digits;
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 386 Py_ssize_t n_grouped_digits; /* Space taken up by the digits, including member in struct:__anon36850
398 the n_grouped_digits width. */
510 spec->n_grouped_digits = 0;
512 spec->n_grouped_digits = STRINGLIB_GROUPING(NULL, 0, NULL,
523 (n_non_digit_non_padding + spec->n_grouped_digits);
548 spec->n_spadding + spec->n_grouped_digits + spec->n_decimal +
597 STRINGLIB_GROUPING(buf, spec->n_grouped_digits, digits,
601 assert(r == spec->n_grouped_digits);
607 for (t = 0; t < spec->n_grouped_digits; ++t)
610 buf += spec->n_grouped_digits;
    [all...]

Completed in 50 milliseconds