Home
last modified time | relevance | path

Searched refs:wbindtextdomain (Results 1 – 9 of 9) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlibgnuintl.in.h301 static inline wchar_t *wbindtextdomain (const char *__domainname, in wbindtextdomain() function
308 # define wbindtextdomain libintl_wbindtextdomain macro
310 extern wchar_t *wbindtextdomain (const char *__domainname,
Dlibintl.h300 static inline wchar_t *wbindtextdomain (const char *__domainname, in wbindtextdomain() function
307 # define wbindtextdomain libintl_wbindtextdomain macro
309 extern wchar_t *wbindtextdomain (const char *__domainname,
Dlibgnuintl.h308 static inline wchar_t *wbindtextdomain (const char *__domainname, in wbindtextdomain() function
315 # define wbindtextdomain libintl_wbindtextdomain macro
317 extern LIBINTL_DLL_EXPORTED wchar_t *wbindtextdomain (const char *__domainname,
Ddcigettext.c594 wdirname = wbindtextdomain (domainname, NULL); in gl_dcigettext()
/third_party/gettext/gettext-tools/tests/
Dintl-6-prg.c78 wbindtextdomain ("tstprog", wunicodedir); in main()
/third_party/gettext/gettext-runtime/
DNEWS5 this feature, use the new function 'wbindtextdomain' instead of
7 Note: 'wbindtextdomain' exists only on native Windows platforms.
/third_party/gettext/gettext-tools/doc/
Dlang-c.texi35 @code{bindtextdomain} and @code{wbindtextdomain} functions
Dgettext.texi6262 wchar_t *wbindtextdomain (const char *domain_name,
8672 @code{wbindtextdomain} instead of @code{bindtextdomain}.
9350 function or --- on native Windows platforms --- to the @code{wbindtextdomain}
/third_party/gettext/
DNEWS21 this feature, use the new function 'wbindtextdomain' instead of
23 Note: 'wbindtextdomain' exists only on native Windows platforms.