HomeSort by relevance Sort by last modified time
    Searched refs:nplurals (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/intl/
plural-exp.c 105 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 <= '9')
    [all...]
gettextP.h 126 unsigned long int nplurals; member in struct:loaded_domain
dcigettext.c 1041 if (index >= domaindata->nplurals)
    [all...]
loadmsgcat.c     [all...]

Completed in 108 milliseconds