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

12

/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
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
106 const char *plural; local
109 plural = strstr (nullentry, "plural=");
111 if (plural == NULL || nplurals == NULL)
139 plural += 7;
140 args.cp = plural;
149 for `one', the plural for
[all...]
H A Dlog.c55 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural)
60 int plural;
95 if (plural)
H A DgettextP.h133 struct expression *plural; member in struct:loaded_domain
H A Ddcigettext.c91 #include "plural-exp.h"
428 /* Get the function to evaluate the plural expression. */
429 #include "eval-plural.h"
433 depending on the plural form determined by N. */
435 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
439 int plural;
469 return (plural == 0
471 /* Use the Germanic plural rule. */
504 /* Now deal with plural. */
505 if (plural)
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
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
106 const char *plural; local
109 plural = strstr (nullentry, "plural=");
111 if (plural == NULL || nplurals == NULL)
139 plural += 7;
140 args.cp = plural;
149 for `one', the plural for
[all...]
H A Dlog.c55 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural)
60 int plural;
95 if (plural)
H A DgettextP.h133 struct expression *plural; member in struct:loaded_domain
H A Ddcigettext.c91 #include "plural-exp.h"
420 /* Get the function to evaluate the plural expression. */
421 #include "eval-plural.h"
425 depending on the plural form determined by N. */
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
431 int plural;
461 return (plural == 0
463 /* Use the Germanic plural rule. */
496 /* Now deal with plural. */
497 if (plural)
[all...]
/macosx-10.10/crontabs-52/periodic/
H A Dperiodic.sh104 [ $processed = 1 ] && plural= || plural=s
105 echo "No output from the $processed file$plural processed"
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_dc.rb67 plural = name.to_s + (name == :rights ? multiple_rights_suffix : "s")
74 elems << [name, values, plural]
86 elems.each do |name, values, plural|
87 dc_elems = item.__send__("dc_#{plural}")
137 elems.each do |name, values, plural|
138 plural ||= "#{name}s"
139 dc_elems = target.__send__("dc_#{plural}")
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Datom.rb9 def def_atom_persons(klass, name, maker_name, plural=nil)
10 plural ||= "#{name}s"
12 plural_klass_name = Utils.to_class_name(plural)
24 current.#{plural} << #{name}
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dnetstat.h102 extern char *plural(int);
H A Dinet.c564 printf(m, TCPDIFF(f), plural(TCPDIFF(f)))
568 printf(m, TCPDIFF(f1), plural(TCPDIFF(f1)), TCPDIFF(f2), plural(TCPDIFF(f2)))
570 printf(m, TCPDIFF(f1), plural(TCPDIFF(f1)), TCPDIFF(f2))
733 printf(m, MPTCPDIFF(f), plural(MPTCPDIFF(f)))
737 printf(m, MPTCPDIFF(f1), plural(MPTCPDIFF(f1)), \
738 MPTCPDIFF(f2), plural(MPTCPDIFF(f2)))
740 printf(m, MPTCPDIFF(f1), plural(MPTCPDIFF(f1)), MPTCPDIFF(f2))
804 printf(m, UDPDIFF(f), plural(UDPDIFF(f)))
808 printf(m, UDPDIFF(f1), plural(UDPDIF
[all...]
H A Dipsec.c116 * - bsdi[34] uses PLURAL(), not plural().
231 printf(m, (CAST)IPSECDIFF(f), plural(IPSECDIFF(f)))
321 printf(m, (CAST)PFKEYDIFF(f), plural(PFKEYDIFF(f)))
H A Dinet6.c385 printf(m, (unsigned long long)IP6DIFF(f), plural(IP6DIFF(f)))
540 printf(m, (unsigned long long)ifr.ifr_ifru.ifru_stat.f, plural(ifr.ifr_ifru.ifru_stat.f))
875 printf(m, (unsigned long long)ICMP6DIFF(f), plural(ICMP6DIFF(f)))
951 printf(m, (unsigned long long)ifr.ifr_ifru.ifru_icmp6stat.f, plural(ifr.ifr_ifru.ifru_icmp6stat.f))
1037 printf(m, (unsigned long long)RIP6DIFF(f), plural(RIP6DIFF(f)))
H A Dsystm.c351 printf(m, STATDIFF(f), plural(STATDIFF(f)))
392 printf(m, STATDIFF(f), plural(STATDIFF(f)))
H A Droute.c698 printf(m, rtstat.f, plural(rtstat.f))
709 rttrash, plural(rttrash));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DResource.js148 WebInspector.Resource.Type.displayName = function(type, plural)
152 if (plural)
156 if (plural)
160 if (plural)
164 if (plural)
168 if (plural)
172 if (plural)
176 if (plural)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Ddoctools.js133 ngettext : function(singular, plural, n) {
136 return (n == 1) ? singular : plural;
/macosx-10.10/CPANInternal-159.1/UNIVERSAL-moniker-0.08/
H A Dmoniker.pm34 Returns the plural moniker for $ob.
/macosx-10.10/nano-12/src/
H A Dnano.h85 #define P_(singular, plural, number) ngettext(singular, plural, number)
88 #define P_(singular, plural, number) (number == 1 ? singular : plural)
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Ddublincore.rb13 plural = plural_name || "#{name}s"
15 full_plural_name = "#{DC_PREFIX}_#{plural}"
H A Drss.rb722 def install_model(tag, uri, occurs=nil, getter=nil, plural=false)
727 self::MODELS << [tag, uri, occurs, getter, plural]
816 def add_plural_form(singular, plural)
817 self::PLURAL_FORMS[singular] = plural
1068 self.class.models.each do |name, uri, occurs, getter, plural|
1071 if plural and value.is_a?(Array)
/macosx-10.10/vim-55/src/po/
H A Dcheck.vim26 " remove '%' used for plural forms.
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c81 int plural; /* is this plural? */ member in struct:__anon12698
156 static int sc_tokplur; /* scanner - is token plural? */
170 sc_tokplur = Specials[i].plural;

Completed in 335 milliseconds

12