/external/elfutils/libebl/ |
libeblP.h | 27 #define _(Str) dgettext ("elfutils", Str)
|
/external/e2fsprogs/intl/ |
dgettext.c | 1 /* Implementation of the dgettext(3) function. 40 # define DGETTEXT __dgettext 43 # define DGETTEXT libintl_dgettext 50 DGETTEXT (const char *domainname, const char *msgid) 57 weak_alias (__dgettext, dgettext);
|
libgettext.h | 63 /* This value determines the behaviour of the gettext() and dgettext() 99 extern char *dgettext PARAMS ((const char *__domainname, const char *__msgid)); 132 dgettext (NULL, Msgid) 134 # define dgettext(Domainname, Msgid) \ macro 169 # define dgettext(Domainname, Msgid) (Msgid) macro
|
intl-compat.c | 39 #undef dgettext macro 69 dgettext (const char *domainname, const char *msgid) function
|
libgnuintl.h | 25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C. 126 static inline char *dgettext (const char *__domainname, const char *__msgid) function 132 # define dgettext libintl_dgettext macro 134 extern char *dgettext (const char *__domainname, const char *__msgid) 177 /* Similar to `dgettext' but select the plural form corresponding to the
|
libgnuintl.h.in | 25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C. 126 static inline char *dgettext (const char *__domainname, const char *__msgid) 132 # define dgettext libintl_dgettext 134 extern char *dgettext (const char *__domainname, const char *__msgid) 177 /* Similar to `dgettext' but select the plural form corresponding to the
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
libintl.h | 45 extern char *dgettext (__const char *__domainname, __const char *__msgid) 66 /* Similar to `dgettext' but select the plural form corresponding to the 103 /* We need LC_MESSAGES for `dgettext'. */ 110 # define gettext(msgid) dgettext (NULL, msgid) 112 # define dgettext(domainname, msgid) \ macro
|
/external/bison/lib/ |
gettext.h | 55 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
|
/external/bluetooth/glib/glib/ |
glibintl.h | 28 #define dgettext(Domain,String) (String) macro
|
/external/elfutils/ |
config-compat-darwin.h | 23 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) macro
|
config-compat-freebsd.h | 26 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) macro
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettext.h | 35 dgettext (DEFAULT_TEXT_DOMAIN, Msgid) 70 # undef dgettext macro 71 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) macro 74 ((void) (Category), dgettext (Domainname, Msgid))
|
/external/oprofile/libpopt/ |
poptint.h | 107 #define D_(dom, str) dgettext(dom, str)
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
QtMaemoWebPopup.cpp | 129 const char* title = ::dgettext("osso-browser-ui", "weba_ti_texlist_single"); 176 const char* title = ::dgettext("osso-browser-ui", "weba_ti_textlist_multi"); 202 title = ::dgettext("hildon-libs", "wdgt_bd_done");
|
/external/elfutils/libasm/ |
libasmP.h | 23 #define _(Str) dgettext ("elfutils", Str)
|
/external/elfutils/libdw/ |
libdwP.h | 25 #define _(Str) dgettext ("elfutils", Str)
|
/external/bison/data/ |
lalr1.cc | 324 # define YY_(msgid) dgettext ("bison-runtime", msgid)
|
glr.c | 246 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |
yacc.c | 268 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |
/external/elfutils/libelf/ |
libelfP.h | 26 #define _(Str) dgettext ("libelf", Str)
|
/external/libpcap/ |
grammar.c | 483 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.cpp | 421 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |
/external/bison/src/ |
parse-gram.c | 367 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser.cpp | 454 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.c | 363 # define YY_(msgid) dgettext ("bison-runtime", msgid) [all...] |