Searched defs:gettext (Results 1 – 15 of 15) sorted by relevance
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
21 #define gettext(x) (x) macro
43 #define gettext(String) (String) macro
136 gettext: target
148 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
18 # define gettext(Msgid) ((const char *) (Msgid)) macro
151 #define gettext(string) (string) macro
263 def gettext(self, string, **variables): member in I18n711 def gettext(string, **variables): function
45 # define gettext(String) (String) macro