Lines Matching defs:characters

22      FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters
1722 /* Padding considers the number of characters, therefore the number of
1848 need that the format string contains only ASCII characters
1986 size_t characters;
1990 /* Use only PRECISION characters, from the left. */
1992 characters = 0;
2009 characters++;
2015 characters. */
2017 characters = 0;
2034 characters++;
2041 /* The number of characters doesn't matter. */
2042 characters = 0;
2045 if (has_width && width > characters
2048 size_t n = width - characters;
2099 if (has_width && width > characters
2102 size_t n = width - characters;
2114 size_t characters;
2118 /* Use only PRECISION characters, from the left. */
2120 characters = 0;
2137 characters++;
2143 characters. */
2145 characters = 0;
2162 characters++;
2169 /* The number of characters doesn't matter. */
2170 characters = 0;
2173 if (has_width && width > characters
2176 size_t n = width - characters;
2227 if (has_width && width > characters
2230 size_t n = width - characters;
2242 size_t characters;
2246 /* Use only PRECISION characters, from the left. */
2248 characters = 0;
2265 characters++;
2271 characters. */
2273 characters = 0;
2290 characters++;
2297 /* The number of characters doesn't matter. */
2298 characters = 0;
2301 if (has_width && width > characters
2304 size_t n = width - characters;
2355 if (has_width && width > characters
2358 size_t n = width - characters;
2463 size_t characters;
2468 wide characters, from the left. */
2474 characters = 0;
2498 characters++;
2504 characters. */
2510 characters = 0;
2534 characters++;
2541 /* The number of characters doesn't matter. */
2542 characters = 0;
2545 if (has_width && width > characters
2548 size_t n = width - characters;
2556 /* We know the number of wide characters in advance. */
2562 ENSURE_ALLOCATION (xsum (length, characters));
2563 for (remaining = characters; remaining > 0; remaining--)
2607 if (has_width && width > characters
2610 size_t n = width - characters;
2621 size_t characters;
2633 /* Use only as many wide characters as needed to produce
2640 characters = 0;
2668 characters += count;
2685 characters = 0;
2711 characters += count;
2720 characters = 0;
2726 tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T));
2736 for (remaining = characters; remaining > 0; )
2764 tmpsrc, characters,
2788 w = DCHAR_MBSNLEN (result + length, characters);
2792 w = characters;
2817 ENSURE_ALLOCATION (xsum (length, characters));
2818 for (remaining = characters; remaining > 0; )
4740 Produce no grouping characters in this case; this is
4762 of standard ASCII characters. */
4783 of standard ASCII characters. */