Searched defs:newlocale (Results 1 – 4 of 4) sorted by relevance
25 newlocale(int mask, const char *locname, locale_t oldloc) in newlocale() function
18 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale() function
26 inline _LIBCPP_HIDE_FROM_ABI_C locale_t newlocale(int, const char*, locale_t) { return NULL; } in newlocale() function
19 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() function