Lines Matching defs:digits
545 /* Pointer to a translate table for digits of whatever radix */
548 /* Pointer to a translate table for digits of whatever radix */
1199 /* Set translate table for digits */
1202 /* Set translate table for digits */
1222 /* Develop the digits of the value */
1575 /* Emit the digits before the decimal point */
2272 static const wchar_t digits[] = L"01234567890";
2275 static const char digits[] = "01234567890";
2297 if (fmt[n = STRSPN(fmt, digits)] == '$') {
2352 fmt += STRSPN(fmt, digits);
2471 static const wchar_t digits[] = L"01234567890";
2475 static const char digits[] = "01234567890";
2490 if (fmt[n = STRSPN(fmt, digits)] == '$') {
2547 fmt += STRSPN(fmt, digits);