HomeSort by relevance Sort by last modified time
    Searched defs: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
  /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

Completed in 671 milliseconds