Searched refs:nplurals (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/gcc/intl/
H A Dplural-exp.c107 const char *nplurals; local
110 nplurals = strstr (nullentry, "nplurals=");
111 if (plural == NULL || nplurals == NULL)
120 nplurals += 9;
121 while (*nplurals != '\0' && isspace ((unsigned char) *nplurals))
122 ++nplurals;
123 if (!(*nplurals >= '0' && *nplurals <
[all...]
H A DgettextP.h134 unsigned long int nplurals; member in struct:loaded_domain
H A Ddcigettext.c1049 if (index >= domaindata->nplurals)
H A Dloadmsgcat.c1295 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dplural-exp.c105 const char *nplurals; local
108 nplurals = strstr (nullentry, "nplurals=");
109 if (plural == NULL || nplurals == NULL)
118 nplurals += 9;
119 while (*nplurals != '\0' && isspace ((unsigned char) *nplurals))
120 ++nplurals;
121 if (!(*nplurals >= '0' && *nplurals <
[all...]
H A DgettextP.h126 unsigned long int nplurals; member in struct:loaded_domain
H A Ddcigettext.c1038 if (index >= domaindata->nplurals)
H A Dloadmsgcat.c1394 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dloadmsgcat.c510 const char *nplurals; local
513 nplurals = strstr (nullentry, "nplurals=");
514 if (plural == NULL || nplurals == NULL)
523 nplurals += 9;
524 while (*nplurals != '\0' && isspace ((unsigned char)*nplurals))
525 ++nplurals;
527 n = strtoul (nplurals, &endp, 10);
529 for (endp = nplurals,
[all...]
H A DgettextP.h147 unsigned long int nplurals; member in struct:loaded_domain
H A Ddcigettext.c985 if (index >= domaindata->nplurals)

Completed in 217 milliseconds