Home
last modified time | relevance | path

Searched defs:newlocale (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlibgnuintl.in.h466 #define newlocale libintl_newlocale macro
497 #define newlocale libintl_newlocale macro
Dlibintl.h495 #define newlocale libintl_newlocale macro
Dlibgnuintl.h503 #define newlocale libintl_newlocale macro
Dlocalename.c2774 newlocale (int category_mask, const char *name, locale_t base) in newlocale() function
/third_party/libexif/test/nls/
Dtest-codeset.c143 const char *newlocale = setlocale(LC_ALL, ""); in checks() local