Searched defs:gettext (Results 1 – 10 of 10) sorted by relevance
21 #define gettext(x) (x) macro
131 # define gettext(Msgid) \ macro168 # define gettext(Msgid) (Msgid) macro
61 gettext (const char *msgid) in gettext() function
110 static inline char *gettext (const char *__msgid) function
136 gettext: target
37 # define gettext(String) (String) macro
32 # define gettext(Msgid) \ macro67 # define gettext(Msgid) ((const char *) (Msgid)) macro
137 def gettext(__context, __string, **variables): function195 def _install_callables(self, gettext, ngettext, newstyle=None): argument
81 # define gettext(Msgid) (Msgid) macro
45 # define gettext(String) (String) macro