Home
last modified time | relevance | path

Searched refs:n (Results 1 – 19 of 19) sorted by relevance

/intl/
A Deval-plural.h24 plural_eval (const struct expression *pexp, unsigned long int n) in plural_eval() argument
32 return n; in plural_eval()
43 unsigned long int arg = plural_eval (pexp->val.args[0], n); in plural_eval()
48 unsigned long int leftarg = plural_eval (pexp->val.args[0], n); in plural_eval()
50 return leftarg || plural_eval (pexp->val.args[1], n); in plural_eval()
52 return leftarg && plural_eval (pexp->val.args[1], n); in plural_eval()
55 unsigned long int rightarg = plural_eval (pexp->val.args[1], n); in plural_eval()
99 unsigned long int boolarg = plural_eval (pexp->val.args[0], n); in plural_eval()
100 return plural_eval (pexp->val.args[boolarg ? 1 : 2], n); in plural_eval()
A Dtst-gettext4-fr.po3 "MIME-Version: 1.0\n"
4 "Content-Type: text/plain; charset=ISO-8859-1\n"
5 "Content-Transfer-Encoding: 8-bit\n"
A Dtstcodeset.po3 "MIME-Version: 1.0\n"
4 "Content-Type: text/plain; charset=ISO-8859-1\n"
5 "Content-Transfer-Encoding: 8-bit\n"
A Dtst-gettext4-de.po3 "MIME-Version: 1.0\n"
4 "Content-Type: text/plain; charset=ISO-8859-1\n"
5 "Content-Transfer-Encoding: 8-bit\n"
A Dplural-exp.c113 unsigned long int n; in EXTRACT_PLURAL_EXPRESSION() local
123 n = strtoul (nplurals, &endp, 10); in EXTRACT_PLURAL_EXPRESSION()
125 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++) in EXTRACT_PLURAL_EXPRESSION()
126 n = n * 10 + (*endp - '0'); in EXTRACT_PLURAL_EXPRESSION()
130 *npluralsp = n; in EXTRACT_PLURAL_EXPRESSION()
A Dtstlang1.po3 "MIME-Version: 1.0\n"
4 "Content-Type: text/plain; charset=US-ASCII\n"
5 "Content-Transfer-Encoding: 7-bit\n"
A Dtstlang2.po3 "MIME-Version: 1.0\n"
4 "Content-Type: text/plain; charset=US-ASCII\n"
5 "Content-Transfer-Encoding: 7-bit\n"
A Dlibintl.h114 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) argument
116 # define dngettext(domainname, msgid1, msgid2, n) \ argument
117 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
A Ddngettext.c49 const char *msgid1, const char *msgid2, unsigned long int n) in DNGETTEXT() argument
51 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES); in DNGETTEXT()
A Dngettext.c55 NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n) in NGETTEXT() argument
57 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES); in NGETTEXT()
A Ddcngettext.c46 const char *msgid1, const char *msgid2, unsigned long int n, in DCNGETTEXT() argument
49 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category); in DCNGETTEXT()
A Dtranslit.po3 "Content-Type: text/plain; charset=ISO-8859-1\n"
A Dlocalealias.c94 # define FGETS(buf, n, fp) __fgets_unlocked (buf, n, fp) argument
97 # define FGETS(buf, n, fp) fgets (buf, n, fp) argument
105 # define alloca(n) malloc (n) argument
A DVersions28 # n*
A Dplural.y266 unsigned long int n = result - '0';
269 n *= 10;
270 n += exp[0] - '0';
273 lval->num = n;
A Ddcigettext.c156 static void *mempcpy (void *dest, const void *src, size_t n);
349 unsigned long int n,
477 int plural, unsigned long int n, in gl_dcigettext() argument
483 int plural, unsigned long int n, int category) in gl_dcigettext()
517 : n == 1 ? (char *) msgid1 : (char *) msgid2); in gl_dcigettext()
820 retval = plural_lookup (domain, n, retval, retlen); in gl_dcigettext()
856 : n == 1 ? (char *) msgid1 : (char *) msgid2); in gl_dcigettext()
1406 plural_lookup (struct loaded_l10nfile *domain, unsigned long int n, in plural_lookup() argument
1413 index = plural_eval (domaindata->plural, n); in plural_lookup()
1660 mempcpy (void *dest, const void *src, size_t n) in mempcpy() argument
[all …]
A Dplural-exp.h114 unsigned long int n);
A Dloadmsgcat.c450 # define read(fd, buf, n) __read_nocancel (fd, buf, n) argument
1151 size_t n; in _nl_load_domain() local
1163 n = strlen (sysdep_segment_values[sysdepref]); in _nl_load_domain()
1164 memcpy (mem, sysdep_segment_values[sysdepref], n); in _nl_load_domain()
1165 mem += n; in _nl_load_domain()
A DgettextP.h49 unsigned long int n);

Completed in 29 milliseconds