Home
last modified time | relevance | path

Searched defs:pgettext (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dgettext.py317 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/
DGettextResource.java243 public static String pgettext (ResourceBundle catalog, String msgctxt, String msgid) { in pgettext() method in GettextResource
/third_party/gettext/gnulib-local/lib/
Dgettext.h119 # define pgettext(Msgctxt, Msgid) \ macro
122 # define pgettext(Msgctxt, Msgid) \ macro
/third_party/boost/boost/locale/
Dmessage.hpp667 std::basic_string<CharType> pgettext( CharType const *context, in pgettext() function