Searched refs:nplurals (Results 1 – 5 of 5) sorted by relevance
328 char *charset, *nplurals, *tmp, *p; in handle_message() local447 nplurals = strstr(str->str, NPLURALS_STR); in handle_message()448 if (nplurals == NULL) { in handle_message()449 cur_catalog->nplurals = 0; in handle_message()452 nplurals += NPLURALS_LEN; in handle_message()453 p = nplurals; in handle_message()458 cur_catalog->nplurals = num; in handle_message()
104 unsigned int nplurals; /* # of plural forms */ member
140 if (pindex >= gmnp->nplurals) { in dfltmsgstr()181 unsigned int nplurals; in parse_header() local192 gmnp->nplurals = 2; in parse_header()217 gmnp->nplurals = 2; in parse_header()233 gmnp->nplurals = 2; in parse_header()245 nplurals = (unsigned int)strtol(p, &q, 10); in parse_header()247 gmnp->nplurals = nplurals; in parse_header()249 gmnp->nplurals = 2; in parse_header()270 gmnp->nplurals = 2; in parse_header()278 gmnp->nplurals = 2; in parse_header()
109 unsigned int nplurals; /* number of plural forms */ member
520 gmnp->nplurals); in printgnumsg()