Home
last modified time | relevance | path

Searched refs:get_plural_count (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dplural-count.h25 extern unsigned long int get_plural_count (const char *header);
H A Dplural-count.c31 get_plural_count (const char *header) in get_plural_count() function
H A Dmsgmerge.c1118 nplurals = get_plural_count (header_entry ? header_entry->msgstr : NULL); in match_domain()
1298 nplurals = get_plural_count (header_entry in match_domain()
H A Dmsginit.c1646 nplurals = get_plural_count (header_entry ? header_entry->msgstr : NULL); in update_msgstr_plurals()
H A DChangeLog3703 (match_domain): Use function get_plural_count().