Searched refs:gettext_noop (Results 1 – 11 of 11) sorted by relevance
24 #define gettext_noop(Str) Str macro27 const char* msgstr1 = gettext_noop("please");28 const char* msgstr2 = gettext_noop("thank you");31 const char* msgstr3 = gettext_noop("true");32 const char* msgstr4 = gettext_noop("false");
131 gettext_noop ("Success") /* REG_NOERROR */134 gettext_noop ("No match") /* REG_NOMATCH */146 gettext_noop ("Trailing backslash") /* REG_EESCAPE */149 gettext_noop ("Invalid back reference") /* REG_ESUBREG */152 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */155 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */158 gettext_noop ("Unmatched \\{") /* REG_EBRACE */161 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */164 gettext_noop ("Invalid range end") /* REG_ERANGE */167 gettext_noop ("Memory exhausted") /* REG_ESPACE */[all …]
90 # ifndef gettext_noop93 # define gettext_noop(String) String macro1333 gettext_noop ("Success") /* REG_NOERROR */1336 gettext_noop ("No match") /* REG_NOMATCH */1348 gettext_noop ("Trailing backslash") /* REG_EESCAPE */1354 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */1357 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */1360 gettext_noop ("Unmatched \\{") /* REG_EBRACE */1366 gettext_noop ("Invalid range end") /* REG_ERANGE */1369 gettext_noop ("Memory exhausted") /* REG_ESPACE */[all …]
57 #undef gettext_noop59 #define gettext_noop(String) String macro
Completed in 45 milliseconds