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

/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural-exp.c109 const char *nplurals; local
112 nplurals = strstr (nullentry, "nplurals=");
113 if (plural == NULL || nplurals == NULL)
122 nplurals += 9;
123 while (*nplurals != '\0' && isspace ((unsigned char) *nplurals))
124 ++nplurals;
125 if (!(*nplurals >= '0' && *nplurals <
[all...]
H A DgettextP.h136 unsigned long int nplurals; member in struct:loaded_domain
H A Ddcigettext.c1059 if (index >= domaindata->nplurals)
H A Dloadmsgcat.c1297 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
/haiku-fatelf/src/bin/gawk/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);

Completed in 95 milliseconds