Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dplural-exp.c49 struct expression GERMANIC_PLURAL = variable
72 struct expression GERMANIC_PLURAL; variable
86 GERMANIC_PLURAL.nargs = 2; in init_germanic_plural()
87 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()
88 GERMANIC_PLURAL.val.args[0] = &plvar; in init_germanic_plural()
89 GERMANIC_PLURAL.val.args[1] = &plone; in init_germanic_plural()
151 *pluralp = &GERMANIC_PLURAL; in EXTRACT_PLURAL_EXPRESSION()
Dplural-exp.h90 # define GERMANIC_PLURAL __gettext_germanic_plural macro
95 # define GERMANIC_PLURAL libintl_gettext_germanic_plural macro
100 # define GERMANIC_PLURAL germanic_plural macro
107 extern struct expression GERMANIC_PLURAL attribute_hidden;