Home
last modified time | relevance | path

Searched refs:plural_table_size (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dplural-table.c66 const size_t plural_table_size = sizeof (plural_table) / sizeof (plural_table[0]); variable
H A Dplural-table.h32 extern DLL_VARIABLE const size_t plural_table_size;
H A Dmsginit.c1247 for (i = 0; i < plural_table_size; i++) in plural_forms()
1252 for (i = 0; i < plural_table_size; i++) in plural_forms()
H A Dmsgl-check.c179 for (j = 0; j < plural_table_size; j++) in plural_help()
H A DChangeLog3723 * plural-table.h (plural_table, plural_table_size): Likewise.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
H A Dgettextsrc-exports.c61 VARIABLE(plural_table_size)