Home
last modified time | relevance | path

Searched refs:npgettext (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/
Dtest_gettext.py328 x = gettext.npgettext('With context',
331 x = gettext.npgettext('With context',
348 x = t.npgettext('With context',
351 x = t.npgettext('With context',
727 self.npgettext = self.t.npgettext
736 unless(isinstance(self.npgettext('', '', '', 1), str))
737 unless(isinstance(self.npgettext('', '', '', 2), str))
753 t = self.npgettext("With context",
757 t = self.npgettext("With context",
/third_party/python/Lib/
Dgettext.py322 def npgettext(self, context, msgid1, msgid2, n): member in NullTranslations
324 return self._fallback.npgettext(context, msgid1, msgid2, n)
527 def npgettext(self, context, msgid1, msgid2, n): member in GNUTranslations
533 return self._fallback.npgettext(context, msgid1, msgid2, n)
738 return t.npgettext(context, msgid1, msgid2, n)
770 def npgettext(context, msgid1, msgid2, n): function
/third_party/gettext/gnulib-local/lib/
Dgettext.h130 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ macro
133 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ macro
DChangeLog.1564 (pgettext, dpgettext, dcpgettext, npgettext, dnpgettext, dcnpgettext):
/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/
DGettextResource.java260 …public static String npgettext (ResourceBundle catalog, String msgctxt, String msgid, String msgid… in npgettext() method in GettextResource
/third_party/gettext/gettext-tools/doc/
Dlang-java.texi27 @code{GettextResource.pgettext}, @code{GettextResource.npgettext}
113 handling and the @code{pgettext} and @code{npgettext} for strings constraint
Dxgettext.texi274 @code{dpgettext:2c,3}, @code{dcpgettext:2c,3}, @code{npgettext:1c,2,3},
305 @code{GettextResource.npgettext:2c,3,4}, @code{gettext}, @code{ngettext:1,2},
306 @code{pgettext:1c,2}, @code{npgettext:1c,2,3}, @code{getString}.
Dlang-csharp.texi201 @code{npgettext} function in C.
Dlang-perl.texi54 @code{dcpgettext}, @code{npgettext}, @code{dnpgettext},
330 @item @code{npgettext:1c,2,3}
DChangeLog.1662 * gettext.texi (Java): Mention pgettext and npgettext.
/third_party/python/Doc/library/
Dgettext.rst101 .. function:: npgettext(context, singular, plural, n)
289 .. method:: npgettext(context, singular, plural, n)
291 If a fallback has been set, forward :meth:`npgettext` to the fallback.
347 ``'pgettext'``, ``'npgettext'``, ``'lgettext'``, and ``'lngettext'``.
363 Added ``'pgettext'`` and ``'npgettext'``.
439 .. method:: npgettext(context, singular, plural, n)
447 :meth:`npgettext` method. Otherwise, when *n* is 1 *singular* is
/third_party/gettext/gettext-tools/tests/
Dxgettext-perl-1151 npgettext "context", "one message", "many messages";
/third_party/boost/libs/locale/test/
Dtest_message.cpp520 bl::npgettext("","","",1); in main()
521 bl::npgettext(L"",L"",L"",1); in main()
/third_party/gettext/gettext-runtime/intl-java/
DChangeLog.063 (pgettext, npgettext): New methods.
/third_party/boost/boost/locale/
Dmessage.hpp677 std::basic_string<CharType> npgettext( CharType const *context, in npgettext() function
/third_party/boost/libs/locale/doc/
Dmessages_formatting.txt404 --keyword=ngettext:1,2 --keyword=npgettext:1c,2,3 \
/third_party/gettext/
DNEWS113 npgettext, dnpgettext, dcnpgettext).
/third_party/gettext/gnulib-local/
DChangeLog.01732 * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
/third_party/gettext/gettext-tools/src/
DChangeLog.12682 * x-java.c (init_keywords): Also register pgettext and npgettext.