Searched defs:npgettext (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | gettext.py | 322 def npgettext(self, context, msgid1, msgid2, n): member in NullTranslations 527 def npgettext(self, context, msgid1, msgid2, n): member in GNUTranslations 770 def npgettext(context, msgid1, msgid2, n): function
|
/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/ |
D | GettextResource.java | 260 …public static String npgettext (ResourceBundle catalog, String msgctxt, String msgid, String msgid… in npgettext() method in GettextResource
|
/third_party/gettext/gnulib-local/lib/ |
D | gettext.h | 130 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ macro 133 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ macro
|
/third_party/boost/boost/locale/ |
D | message.hpp | 677 std::basic_string<CharType> npgettext( CharType const *context, in npgettext() function
|