HomeSort by relevance Sort by last modified time
    Searched refs:nplurals (Results 1 - 8 of 8) 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...]
  /toolchain/binutils/binutils-2.25/intl/
plural-exp.c 107 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 <= '9')
    [all...]
gettextP.h 134 unsigned long int nplurals; member in struct:loaded_domain
dcigettext.c 1049 if (index >= domaindata->nplurals)
    [all...]
loadmsgcat.c     [all...]

Completed in 172 milliseconds