/external/e2fsprogs/intl/ |
D | plural-exp.c | 104 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()
|
D | log.c | 54 const char *msgid1, const char *msgid2, int plural) in _nl_log_untranslated() argument 89 if (plural) in _nl_log_untranslated()
|
D | dcigettext.c | 429 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()
|
D | gettextP.h | 125 struct expression *plural; member
|
/external/valgrind/main/tests/ |
D | vg_regtest | 442 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"}));
|
D | vg_regtest.in | 442 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/ |
D | grammar.py | 33 def plural(noun): function 43 noun = plural(noun)
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 51 #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/ |
D | flakytestreporter.py | 37 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/ |
D | FindGIO.cmake | 23 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindFreetype.cmake | 27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer.cmake | 27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindPango.cmake | 30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindCairo.cmake | 29 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGDK-PixBuf.cmake | 27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer-App.cmake | 31 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer-Pbutils.cmake | 30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer-Base.cmake | 30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer-Interfaces.cmake | 30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer-Video.cmake | 31 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGlib.cmake | 38 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGStreamer-Plugins-Base.cmake | 30 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
D | FindGDK.cmake | 39 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
|
/external/webkit/Tools/Scripts/ |
D | bisect-builds | 176 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/ |
D | gettext.m4 | 537 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
|