Searched refs:nplurals (Results 1 – 5 of 5) sorted by relevance
326 char *charset, *nplurals, *tmp, *p; in handle_message() local445 nplurals = strstr(str->str, NPLURALS_STR); in handle_message()446 if (nplurals == NULL) { in handle_message()447 cur_catalog->nplurals = 0; in handle_message()450 nplurals += NPLURALS_LEN; in handle_message()451 p = nplurals; in handle_message()456 cur_catalog->nplurals = num; in handle_message()
102 unsigned int nplurals; /* # of plural forms */ member
134 if (pindex >= gmnp->nplurals) { in dfltmsgstr()175 unsigned int nplurals; in parse_header() local186 gmnp->nplurals = 2; in parse_header()211 gmnp->nplurals = 2; in parse_header()227 gmnp->nplurals = 2; in parse_header()239 nplurals = (unsigned int)strtol(p, &q, 10); in parse_header()241 gmnp->nplurals = nplurals; in parse_header()243 gmnp->nplurals = 2; in parse_header()264 gmnp->nplurals = 2; in parse_header()272 gmnp->nplurals = 2; in parse_header()
109 unsigned int nplurals; /* number of plural forms */ member
520 gmnp->nplurals); in printgnumsg()