Home
last modified time | relevance | path

Searched refs:plural (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/icu/icu4c/source/data/rbnf/
Dfi.txt309 "%spellout-cardinal-genitive-plural:",
336 "%spellout-cardinal-partitive-plural:",
363 "%spellout-cardinal-essive-plural:",
390 "%spellout-cardinal-translative-plural:",
417 "%spellout-cardinal-inessive-plural:",
444 "%spellout-cardinal-elative-plural:",
471 "%spellout-cardinal-illative-plural:",
498 "%spellout-cardinal-adessive-plural:",
525 "%spellout-cardinal-ablative-plural:",
552 "%spellout-cardinal-allative-plural:",
[all …]
Dnb.txt264 "%spellout-ordinal-plural:",
281 "20: tjue>%%ord-plural-nde>;",
282 "30: tretti>%%ord-plural-nde>;",
283 "40: f\u00F8rti>%%ord-plural-nde>;",
284 "50: femti>%%ord-plural-nde>;",
285 "60: seksti>%%ord-plural-nde>;",
286 "70: sytti>%%ord-plural-nde>;",
287 "80: \u00E5tti>%%ord-plural-nde>;",
288 "90: nitti>%%ord-plural-nde>;",
289 "100: <%spellout-numbering<\u00ADhundre>%%ord-plural-de>;",
[all …]
Dfr.txt12 "%digits-ordinal-masculine-plural:",
15 "%digits-ordinal-feminine-plural:",
186 "%spellout-ordinal-masculine-plural:",
194 "%spellout-ordinal-feminine-plural:",
Dfr_BE.txt165 "%spellout-ordinal-masculine-plural:",
173 "%spellout-ordinal-feminine-plural:",
Dfr_CH.txt166 "%spellout-ordinal-masculine-plural:",
174 "%spellout-ordinal-feminine-plural:",
Des.txt195 "%spellout-ordinal-masculine-plural:",
242 "%spellout-ordinal-feminine-plural:",
/external/e2fsprogs/lib/support/
Dnls-enable.h10 #define P_(singular, plural, n) (ngettext (singular, plural, n)) argument
20 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) argument
/external/e2fsprogs/intl/
Dplural-exp.c104 const char *plural; in EXTRACT_PLURAL_EXPRESSION() local
107 plural = strstr (nullentry, "plural="); in EXTRACT_PLURAL_EXPRESSION()
109 if (plural == NULL || nplurals == NULL) in EXTRACT_PLURAL_EXPRESSION()
137 plural += 7; in EXTRACT_PLURAL_EXPRESSION()
138 args.cp = plural; in EXTRACT_PLURAL_EXPRESSION()
Dlog.c54 const char *msgid1, const char *msgid2, int plural) in _nl_log_untranslated() argument
89 if (plural) in _nl_log_untranslated()
Ddcigettext.c429 int plural, unsigned long int n, int category) in DCIGETTEXT() argument
457 return (plural == 0 in DCIGETTEXT()
493 if (plural) in DCIGETTEXT()
686 if (plural) in DCIGETTEXT()
706 int plural); in DCIGETTEXT()
710 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural); in DCIGETTEXT()
715 return (plural == 0 in DCIGETTEXT()
1040 index = plural_eval (domaindata->plural, n); in plural_lookup()
DgettextP.h125 struct expression *plural; member
/external/ltp/testcases/network/stress/multicast/query-flood/
D00_Descriptions.txt16 Verify that the kernel is not crashed when joining plural IPv4 multicast
21 Verify that the kernel is not crashed when joining joining plural IPv4
26 Verify that the kernel is not crashed when joining joining plural IPv4
45 Verify that the kernel is not crashed when joining plural IPv6 multicast
50 Verify that the kernel is not crashed when joining joining plural IPv6
55 Verify that the kernel is not crashed when joining joining plural IPv6
/external/python/cpython2/Lib/
Dgettext.py84 def _tokenize(plural): argument
85 for mo in re.finditer(_token_pattern, plural):
169 def c2py(plural): argument
174 if len(plural) > 1000:
177 result, nexttok = _parse(_tokenize(plural))
344 self.plural = lambda n: int(n != 1) # germanic plural by default
390 plural = v[1].split('plural=')[1]
391 self.plural = c2py(plural)
446 tmsg = self._catalog[(msgid1, self.plural(n))]
462 tmsg = self._catalog[(msgid1, self.plural(n))]
[all …]
/external/valgrind/tests/
Dvg_regtest665 sub plural($)
677 $num_tests_done, plural($num_tests_done),
678 $num_failures{"stderr"}, plural($num_failures{"stderr"}),
679 $num_failures{"stdout"}, plural($num_failures{"stdout"}),
680 $num_failures{"stderrB"}, plural($num_failures{"stderrB"}),
681 $num_failures{"stdoutB"}, plural($num_failures{"stdoutB"}),
682 $num_failures{"post"}, plural($num_failures{"post"}));
Dvg_regtest.in665 sub plural($)
677 $num_tests_done, plural($num_tests_done),
678 $num_failures{"stderr"}, plural($num_failures{"stderr"}),
679 $num_failures{"stdout"}, plural($num_failures{"stdout"}),
680 $num_failures{"stderrB"}, plural($num_failures{"stderrB"}),
681 $num_failures{"stdoutB"}, plural($num_failures{"stdoutB"}),
682 $num_failures{"post"}, plural($num_failures{"post"}));
/external/clang/test/Analysis/
Dlocalization.m119 - (NSString *)test1:(int)plural {
120 if (plural) {
148 …return [NSString stringWithFormat:KHLocalizedString(@"value.plural",nil), count]; // expected-warn…
158 …return [NSString stringWithFormat:KHLocalizedString(@"value.plural",nil), count]; // expected-warn…
172 …return KHLocalizedString(@"value.plural",nil); // expected-warning {{Plural cases are not supporte…
196 // BOOL plural = count != 1;
197 // return KHLocalizedString(plural ? @"PluralString" : @"SingularString", @"");
200 // - (NSString *)test8:(BOOL)plural {
201 …ringWithFormat:@"RELATIVE_DATE_%@_%@", ((1 == 1) ? @"FUTURE" : @"PAST"), plural ? @"PLURAL" : @"SI…
/external/libmojo/third_party/jinja2/
Dext.py259 plural = plural_names = None
284 plural_names, plural = self._parse_block(parser, False)
300 node = self._make_node(singular, plural, variables, plural_expr,
341 def _make_node(self, singular, plural, variables, plural_expr, argument
348 if plural:
349 plural = plural.replace('%%', '%')
362 nodes.Const(plural),
/external/ltp/testcases/network/stress/multicast/packet-flood/
D00_Descriptions.txt7 Verify that the kernel is not crashed when joining plural IPv4
17 Verify that the kernel is not crashed when joining plural IPv6
/external/python/cpython2/Doc/library/
Dgettext.rst94 .. function:: ngettext(singular, plural, n)
96 Like :func:`gettext`, but consider plural forms. If a translation is found,
97 apply the plural formula to *n*, and return the resulting message (some
98 languages have more than two plural forms). If no translation is found, return
99 *singular* if *n* is 1; return *plural* otherwise.
103 of the plural in the catalog. See the GNU gettext documentation for the precise
110 .. function:: lngettext(singular, plural, n)
119 .. function:: dngettext(domain, singular, plural, n)
126 .. function:: ldngettext(domain, singular, plural, n)
292 .. method:: ngettext(singular, plural, n)
[all …]
/external/e2fsprogs/e2fsck/
De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n)) argument
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUCurrencyDisplayInfoProvider.java322 ICUResourceBundle plural = item.at(j); in _createNameMap() local
323 String pluralType = plural.getKey(); in _createNameMap()
325 String pluralName = plural.getString(); in _createNameMap()
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java318 ICUResourceBundle plural = item.at(j); in _createNameMap() local
319 String pluralType = plural.getKey(); in _createNameMap()
321 String pluralName = plural.getString(); in _createNameMap()
/external/selinux/python/sepolicy/sepolicy/
Dmanpage.py822 plural = ""
824 plural = "s"
829 %s""" % (plural, self.fcdict[f]["regex"][0]))
1281 plural = ""
1283 plural = "s"
1294 """ % (", ".join(troles), plural, self.domainname))
/external/ltp/doc/
Dnetwork_stress.txt344 Verify that the kernel is not crashed when joining plural IPv4
363 Verify that the kernel is not crashed when joining plural IPv4 multicast
368 Verify that the kernel is not crashed when joining joining plural IPv4
373 Verify that the kernel is not crashed when joining joining plural IPv4
400 Verify that the kernel is not crashed when joining plural IPv6
419 Verify that the kernel is not crashed when joining plural IPv6 multicast
424 Verify that the kernel is not crashed when joining joining plural IPv6
429 Verify that the kernel is not crashed when joining joining plural IPv6
/external/libexif/auto-m4/
Dgettext.m4433 dnl intl/plural.c is generated from intl/plural.y. It requires bison,
434 dnl because plural.y uses bison specific features. It requires at least
435 dnl bison-1.26 because earlier versions generate a plural.c that doesn't
437 dnl bison is only needed for the maintainer (who touches plural.y). But in
440 dnl files or have a broken "make" program, hence the plural.c rule will

1234567891011