HomeSort by relevance Sort by last modified time
    Searched full:dgettext (Results 1 - 25 of 29) sorted by null

1 2

  /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.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
Makefile.in 86 dgettext.c \
111 dgettext.$lo \
187 dgettext.lo: $(srcdir)/dgettext.c
188 $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.c
436 bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.h
  /external/bluetooth/glib/glib/
glibintl.h 28 #define dgettext(Domain,String) (String) macro
gstrfuncs.c     [all...]
  /external/elfutils/libebl/
libeblP.h 27 #define _(Str) dgettext ("elfutils", Str)
  /external/elfutils/
config-compat-freebsd.h 26 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) macro
config-compat-darwin.h 23 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) macro
  /external/oprofile/libpopt/
poptint.h 107 #define D_(dom, str) dgettext(dom, str)
  /external/bison/lib/
gettext.h 55 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
  /external/bluetooth/glib/m4macros/
glib-gettext.m4 130 AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
134 [return !dgettext ("","")],
153 [AC_CHECK_LIB(intl, dgettext,
170 # and both have dgettext and ngettext
  /external/elfutils/libasm/
libasmP.h 23 #define _(Str) dgettext ("elfutils", Str)
  /external/elfutils/libdw/
libdwP.h 25 #define _(Str) dgettext ("elfutils", Str)
  /external/elfutils/libelf/
libelfP.h 26 #define _(Str) dgettext ("libelf", Str)
  /external/libvpx/examples/includes/geshi/geshi/
php.php 211 'defined','define_syslog_variables','deg2rad','dgettext','die',
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
builtins.def     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
builtins.def     [all...]
  /external/bison/data/
lalr1.cc 324 # define YY_(msgid) dgettext ("bison-runtime", msgid)
yacc.c 268 # define YY_(msgid) dgettext ("bison-runtime", msgid)
    [all...]
glr.c 246 # define YY_(msgid) dgettext ("bison-runtime", msgid)
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-18     [all...]
ChangeLog.pre-2-2 277 have dgettext and libintl also has bind_textdomain_codeset().
    [all...]
  /external/bison/src/
parse-gram.c 367 # define YY_(msgid) dgettext ("bison-runtime", msgid)
    [all...]

Completed in 686 milliseconds

1 2