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

Lines Matching refs:characters

23      FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters
1518 need that the format string contains only ASCII characters
1656 size_t characters;
1660 /* Use only PRECISION characters, from the left. */
1662 characters = 0;
1679 characters++;
1685 characters. */
1687 characters = 0;
1704 characters++;
1711 /* The number of characters doesn't matter. */
1712 characters = 0;
1715 if (has_width && width > characters
1718 size_t n = width - characters;
1769 if (has_width && width > characters
1772 size_t n = width - characters;
1784 size_t characters;
1788 /* Use only PRECISION characters, from the left. */
1790 characters = 0;
1807 characters++;
1813 characters. */
1815 characters = 0;
1832 characters++;
1839 /* The number of characters doesn't matter. */
1840 characters = 0;
1843 if (has_width && width > characters
1846 size_t n = width - characters;
1897 if (has_width && width > characters
1900 size_t n = width - characters;
1912 size_t characters;
1916 /* Use only PRECISION characters, from the left. */
1918 characters = 0;
1935 characters++;
1941 characters. */
1943 characters = 0;
1960 characters++;
1967 /* The number of characters doesn't matter. */
1968 characters = 0;
1971 if (has_width && width > characters
1974 size_t n = width - characters;
2025 if (has_width && width > characters
2028 size_t n = width - characters;
3837 /* Padding considers the number of characters, therefore the
3912 Produce no grouping characters in this case; this is
3934 of standard ASCII characters. */
3955 of standard ASCII characters. */