Home
last modified time | relevance | path

Searched refs:GERMANIC_PLURAL (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dplural-exp.c46 const struct expression GERMANIC_PLURAL = variable
69 struct expression GERMANIC_PLURAL; variable
83 GERMANIC_PLURAL.nargs = 2; in init_germanic_plural()
84 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()
85 GERMANIC_PLURAL.val.args[0] = &plvar; in init_germanic_plural()
86 GERMANIC_PLURAL.val.args[1] = &plone; in init_germanic_plural()
149 *pluralp = &GERMANIC_PLURAL; in EXTRACT_PLURAL_EXPRESSION()
Dplural-exp.h94 # define GERMANIC_PLURAL __gettext_germanic_plural macro
99 # define GERMANIC_PLURAL libintl_gettext_germanic_plural macro
104 # define GERMANIC_PLURAL germanic_plural macro
123 extern const struct expression GERMANIC_PLURAL attribute_hidden;
125 extern struct expression GERMANIC_PLURAL attribute_hidden;
DChangeLog.0112 (GERMANIC_PLURAL): Make const.
116 (GERMANIC_PLURAL): Make const.
1919 * plural-exp.c (plvar, plone, GERMANIC_PLURAL): Don't use C99 named
2621 * plural-exp.c (GERMANIC_PLURAL): Test for __APPLE_CC > 1.
2971 (FREE_EXPRESSION, PLURAL_PARSE, GERMANIC_PLURAL,
3581 (GERMANIC_PLURAL): Declare as hidden.
3751 * plural-exp.h (GERMANIC_PLURAL): New declaration.
3752 * plural-exp.c (GERMANIC_PLURAL): Renamed from germanic_plural.