Searched refs:plural (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-count.c23 #include "plural-count.h"
25 #include "plural-exp.h"
27 /* Extract the number of plural forms from a header entry. */
32 const struct expression *plural; local
35 extract_plural_expression (header, &plural, &nplurals);
H A DMakefile.am44 plural-count.h plural-eval.h \
51 po-time.h plural-table.h lang-table.h format.h filters.h \
123 file-list.c msgl-charset.c po-time.c plural-exp.c plural-eval.c plural-table.c \
140 msgmerge_SOURCES += msgl-fsearch.c plural-count.c
191 msginit_SOURCES += lang-table.c plural-count.c
H A Dmsgunfmt.cs95 Hashtable plural = null;
97 plural = pluralMethod.Invoke(catalog, new Object[0]) as Hashtable;
102 (plural != null && value is String[] ? plural[key] as String : null);
H A Dmsgl-check.c38 #include "plural-exp.h"
39 #include "plural-eval.h"
40 #include "plural-table.h"
54 of length NPLURALS_VALUE describing which plural formula values appear
64 /* Do as if the plural formula assumes a value N infinitely often if it
93 _("plural expression can produce negative values"));
103 msg = xasprintf (_("nplurals = %lu but plural expression can produce values as large as %lu"),
147 msg = _("plural expression can produce division by zero");
152 msg = _("plural expression can produce integer overflow");
157 msg = _("plural expressio
266 const char *plural; local
[all...]
H A DMakefile.in233 msgl-check.c file-list.c msgl-charset.c po-time.c plural-exp.c \
234 plural-eval.c plural-table.c format.c format-invalid.h \
267 file-list.lo msgl-charset.lo po-time.lo plural-exp.lo \
268 plural-eval.lo plural-table.lo $(am__objects_2) \
345 msginit-lang-table.$(OBJEXT) msginit-plural-count.$(OBJEXT) \
352 am__msgmerge_SOURCES_DIST = msgmerge.c msgl-fsearch.c plural-count.c \
356 @WOE32DLL_FALSE@ msgmerge-plural-count.$(OBJEXT)
359 @WOE32DLL_TRUE@ msgmerge-plural
[all...]
H A DMakefile233 msgl-check.c file-list.c msgl-charset.c po-time.c plural-exp.c \
234 plural-eval.c plural-table.c format.c format-invalid.h \
267 file-list.lo msgl-charset.lo po-time.lo plural-exp.lo \
268 plural-eval.lo plural-table.lo $(am__objects_2) \
345 msginit-lang-table.$(OBJEXT) msginit-plural-count.$(OBJEXT) \
352 am__msgmerge_SOURCES_DIST = msgmerge.c msgl-fsearch.c plural-count.c \
356 msgmerge-plural-count.$(OBJEXT)
359 # msgmerge-plural
[all...]
H A Dwrite-csharp.c81 #include "plural-exp.h"
249 has plural forms, it is an expression of type System.String[], otherwise it
280 /* Tests whether a plural expression, evaluated according to the C rules,
315 /* Write C# code that evaluates a plural expression according to the C rules.
533 /* Determine whether there are plural messages. */
584 const struct expression *plural; local
589 &plural, &nplurals);
593 write_csharp_expression (stream, plural, false);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dngettext.x2 ngettext \- translate message and choose plural form
7 chooses the appropriate plural form, which depends on the number \fICOUNT\fP
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlog.c64 const char *msgid1, const char *msgid2, int plural)
97 if (plural)
111 const char *msgid1, const char *msgid2, int plural)
114 _nl_log_untranslated_locked (logfilename, domainname, msgid1, msgid2, plural);
63 _nl_log_untranslated_locked(const char *logfilename, const char *domainname, const char *msgid1, const char *msgid2, int plural) argument
110 _nl_log_untranslated(const char *logfilename, const char *domainname, const char *msgid1, const char *msgid2, int plural) argument
H A Dplural-exp.c1 /* Expression parsing for plural form selection.
28 #include "plural-exp.h"
33 /* These structs are the constant expression for the germanic plural
105 const char *plural; local
108 plural = strstr (nullentry, "plural=");
110 if (plural == NULL || nplurals == NULL)
138 plural += 7;
139 args.cp = plural;
148 for `one', the plural for
[all...]
H A Dplural.c73 #line 1 "plural.y"
75 /* Expression parsing for plural form selection.
110 #include "plural-exp.h"
167 #line 51 "plural.y"
174 #line 175 "plural.c"
186 #line 57 "plural.y"
264 #line 265 "plural.c"
1475 #line 155 "plural.y"
1485 #line 163 "plural.y"
1493 #line 167 "plural
[all...]
H A DMakefile.in99 plural-exp.h \
100 eval-plural.h \
127 plural.y \
128 plural-exp.c \
157 plural.$lo \
158 plural-exp.$lo \
174 DISTFILES.generated = plural.c
178 COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h \
251 plural.lo: $(srcdir)/plural
[all...]
H A Ddcigettext.c101 #include "plural-exp.h"
472 /* Get the function to evaluate the plural expression. */
473 #include "eval-plural.h"
477 depending on the plural form determined by N. */
482 int plural, unsigned long int n,
488 int plural, unsigned long int n, int category)
519 return (plural == 0
521 /* Use the Germanic plural rule. */
590 /* Now deal with plural. */
591 if (plural)
480 gl_dcigettext(const char *domainname, const char *msgid1, const char *msgid2, int plural, unsigned long int n, int category, const char *localename, const char *encoding) argument
[all...]
H A DMakefile99 plural-exp.h \
100 eval-plural.h \
127 plural.y \
128 plural-exp.c \
157 plural.$lo \
158 plural-exp.$lo \
174 DISTFILES.generated = plural.c
178 COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h \
251 plural.lo: $(srcdir)/plural
[all...]
H A DgettextP.h198 const struct expression *plural; member in struct:loaded_domain
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dplural-211 tmpfiles="$tmpfiles plural-2.data"
12 cat <<EOF > plural-2.data
56 "Plural-Forms: nplurals=10; plural=${formula};\n"
71 ${MSGFMT} -o ll/LC_MESSAGES/plural.mo ll.po || exit 1
73 LANGUAGE= TEXTDOMAIN=plural TEXTDOMAINDIR=. \
78 echo "plural=${formula}" 1>&2
84 done < plural-2.data
H A Dplural-18 ${XGETTEXT} -o cake.tmp --omit-header --no-location ${top_srcdir}/tests/plural-1-prg.c
H A Dlang-smalltalk28 ((NLS at: 'a piece of cake' plural: '%1 pieces of cake' with: n) bindWith: n).
67 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java113 pluralField = catalog.getClass().getField("plural");
136 Object plural = null;
141 plural = pluralMethod.invoke(catalog, new Object[0]);
148 // msgfmt versions <= 0.13.1 create a static plural field.
150 plural = pluralField.get(catalog);
155 if (plural instanceof String[]) {
156 // A GNU gettext created class with plural handling, Java2 format.
161 String key_plural = (value instanceof String[] ? ((String[])plural)[i++] : null);
165 if (i != ((String[])plural).length)
166 throw new RuntimeException("wrong plural fiel
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dgeneric.c23 static inline const char *plural(int n) function
131 insufficient_power, plural(insufficient_power));
137 i, num_configs, plural(num_configs));
142 num_configs, plural(num_configs));
H A Dconfig.c17 static inline const char *plural(int n) function
135 n, plural(n), "endpoint");
214 n, plural(n), "interface");
255 cfgno, inum, asnum, n, plural(n), num_ep_orig);
309 cfgno, size2, plural(size2));
367 cfgno, n, plural(n), nintf_orig);
409 n, plural(n), "configuration");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.am63 ../src/plural-table.c \
85 ../src/plural-exp.c \
86 ../src/plural-eval.c \
H A DMakefile.in239 ../src/plural-table.c ../src/format-c.c ../src/format-sh.c \
248 ../src/format.c ../src/plural-exp.c ../src/plural-eval.c \
254 plural-table.lo format-c.lo format-sh.lo format-python.lo \
260 plural-exp.lo plural-eval.lo msgl-check.lo
837 ../src/plural-table.c \
859 ../src/plural-exp.c \
860 ../src/plural-eval.c \
1049 plural
[all...]
H A DMakefile239 ../src/plural-table.c ../src/format-c.c ../src/format-sh.c \
248 ../src/format.c ../src/plural-exp.c ../src/plural-eval.c \
254 plural-table.lo format-c.lo format-sh.lo format-python.lo \
260 plural-exp.lo plural-eval.lo msgl-check.lo
837 ../src/plural-table.c \
859 ../src/plural-exp.c \
860 ../src/plural-eval.c \
1049 plural
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/intl/
H A DMakefile99 plural-exp.h \
100 eval-plural.h \
127 plural.y \
128 plural-exp.c \
157 plural.$lo \
158 plural-exp.$lo \
174 DISTFILES.generated = plural.c
178 COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h \
251 plural.lo: $(srcdir)/plural
[all...]

Completed in 318 milliseconds

12