Home
last modified time | relevance | path

Searched refs:g_dpgettext (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/glib/glib/
Dgi18n.h29 #define Q_(String) g_dpgettext (NULL, String, 0)
31 #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1)
Dgi18n-lib.h33 #define Q_(String) g_dpgettext (GETTEXT_PACKAGE, String, 0)
35 #define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE, Context "\004" String, strlen (Context) + …
Dgstrfuncs.h257 G_CONST_RETURN gchar *g_dpgettext (const gchar *domain,
Dgstrfuncs.c3029 g_dpgettext (const gchar *domain, in g_dpgettext() function
Dgaliasdef.c2866 #undef g_dpgettext
2867 extern __typeof (g_dpgettext) g_dpgettext __attribute((alias("IA__g_dpgettext"), visibility("defaul…
Dgalias.h2855 extern __typeof (g_dpgettext) IA__g_dpgettext __attribute((visibility("hidden"))) G_GNUC_FORMAT(2);
2856 #define g_dpgettext IA__g_dpgettext macro
/external/bluetooth/glib/
DChangeLog.pre-2-16885 * glib/gstrfuncs.c (g_dpgettext): Change prototype to take
1294 using g_dpgettext(). (#142676, Morten Welinder)
1297 * glib/gstrfuncs.[hc]: Implement g_dpgettext().
DChangeLog.pre-2-18710 variant of g_dpgettext() taking context and id as separate
923 Bug 535949 – annotate g_strip_context and g_dpgettext with
1408 * glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.
DNEWS642 535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
1225 502590 C_/g_dpgettext efficiency
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2519 g_dpgettext
/external/bluetooth/glib/docs/reference/
DChangeLog914 * glib/glib-sections.txt: Add g_dpgettext(), C_()