• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching refs:characters

22      FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters
1517 need that the format string contains only ASCII characters
1655 size_t characters;
1659 /* Use only PRECISION characters, from the left. */
1661 characters = 0;
1678 characters++;
1684 characters. */
1686 characters = 0;
1703 characters++;
1710 /* The number of characters doesn't matter. */
1711 characters = 0;
1714 if (has_width && width > characters
1717 size_t n = width - characters;
1768 if (has_width && width > characters
1771 size_t n = width - characters;
1783 size_t characters;
1787 /* Use only PRECISION characters, from the left. */
1789 characters = 0;
1806 characters++;
1812 characters. */
1814 characters = 0;
1831 characters++;
1838 /* The number of characters doesn't matter. */
1839 characters = 0;
1842 if (has_width && width > characters
1845 size_t n = width - characters;
1896 if (has_width && width > characters
1899 size_t n = width - characters;
1911 size_t characters;
1915 /* Use only PRECISION characters, from the left. */
1917 characters = 0;
1934 characters++;
1940 characters. */
1942 characters = 0;
1959 characters++;
1966 /* The number of characters doesn't matter. */
1967 characters = 0;
1970 if (has_width && width > characters
1973 size_t n = width - characters;
2024 if (has_width && width > characters
2027 size_t n = width - characters;
3836 /* Padding considers the number of characters, therefore the
3911 Produce no grouping characters in this case; this is
3933 of standard ASCII characters. */
3954 of standard ASCII characters. */