Searched defs:pgettext (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | gettext.py | 317 def pgettext(self, context, message): member in NullTranslations 517 def pgettext(self, context, message): member in GNUTranslations 766 def pgettext(context, message): function
|
/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/ |
D | GettextResource.java | 243 public static String pgettext (ResourceBundle catalog, String msgctxt, String msgid) { in pgettext() method in GettextResource
|
/third_party/gettext/gnulib-local/lib/ |
D | gettext.h | 119 # define pgettext(Msgctxt, Msgid) \ macro 122 # define pgettext(Msgctxt, Msgid) \ macro
|
/third_party/boost/boost/locale/ |
D | message.hpp | 667 std::basic_string<CharType> pgettext( CharType const *context, in pgettext() function
|