Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dgettext.c44 # define GETTEXT __gettext macro
47 # define GETTEXT libintl_gettext macro
55 GETTEXT (const char *msgid) in GETTEXT() function
/external/antlr/runtime/C/doxygen/
Dinterop.dox122 /// \subsection gettext GETTEXT()
124 /// The <code>GETTEXT</code> macro returns the text currently matched by the lexer rule. In general…
129 /// The reference $text->chars or GETTEXT()->chars will reference a pointer to the '\\0' terminated…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg230 #undef GETTEXT
244 #define GETTEXT() LEXER->getText(LEXER)