HomeSort by relevance Sort by last modified time
    Searched refs:libintl_ngettext (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/intl/
ngettext.c 49 # define NGETTEXT libintl_ngettext
intl-compat.c 87 return libintl_ngettext (msgid1, msgid2, n);
libgnuintl.h 161 extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2,
166 return libintl_ngettext (__msgid1, __msgid2, __n);
170 # define ngettext libintl_ngettext
174 _INTL_ASM (libintl_ngettext); variable
libgnuintl.h.in 161 extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2,
166 return libintl_ngettext (__msgid1, __msgid2, __n);
170 # define ngettext libintl_ngettext
174 _INTL_ASM (libintl_ngettext);

Completed in 19 milliseconds