Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstrfuncs.c3136 const char *translate_locale = setlocale (LC_MESSAGES, NULL); in _g_dgettext_should_translate() local
3138 const char *translate_locale = g_win32_getlocale (); in _g_dgettext_should_translate() local
3156 0 != strncmp (translate_locale, "en_", 3) && in _g_dgettext_should_translate()
3157 0 != strcmp (translate_locale, "C")) in _g_dgettext_should_translate()