Home
last modified time | relevance | path

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

1234567

/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/valgrind/main/tests/
Dvg_regtest442 sub plural($)
453 $num_tests_done, plural($num_tests_done),
454 $num_failures{"stderr"}, plural($num_failures{"stderr"}),
455 $num_failures{"stdout"}, plural($num_failures{"stdout"}),
456 $num_failures{"post"}, plural($num_failures{"post"}));
Dvg_regtest.in442 sub plural($)
453 $num_tests_done, plural($num_tests_done),
454 $num_failures{"stderr"}, plural($num_failures{"stderr"}),
455 $num_failures{"stdout"}, plural($num_failures{"stdout"}),
456 $num_failures{"post"}, plural($num_failures{"post"}));
/external/webkit/Tools/Scripts/webkitpy/tool/
Dgrammar.py33 def plural(noun): function
43 noun = plural(noun)
/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/webkit/Tools/Scripts/webkitpy/tool/bot/
Dflakytestreporter.py37 from webkitpy.tool.grammar import plural, pluralize, join_with_separators
122 heading_string = plural('author') if len(author_emails) > 1 else 'author'
/external/webkit/Source/cmake/
DFindGIO.cmake23 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindFreetype.cmake27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer.cmake27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindPango.cmake30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindCairo.cmake29 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGDK-PixBuf.cmake27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer-App.cmake31 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer-Pbutils.cmake30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer-Base.cmake30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer-Interfaces.cmake30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer-Video.cmake31 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGlib.cmake38 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGStreamer-Plugins-Base.cmake30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
DFindGDK.cmake39 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
/external/webkit/Tools/Scripts/
Dbisect-builds176 my $plural = $buildsLeft == 1 ? "" : "s";
177 …on r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
/external/elfutils/m4/
Dgettext.m4537 dnl intl/plural.c is generated from intl/plural.y. It requires bison,
538 dnl because plural.y uses bison specific features. It requires at least
539 dnl bison-1.26 because earlier versions generate a plural.c that doesn't
541 dnl bison is only needed for the maintainer (who touches plural.y). But in
544 dnl files or have a broken "make" program, hence the plural.c rule will

1234567