Searched refs:loc (Results 1 – 3 of 3) sorted by relevance
/wcsmbs/ |
A D | tst-mbrtowc2.c | 13 const char *loc; member 27 static int t (const char *ch, size_t nch, const char *loc); 34 r |= t (tests[i].chp, tests[i].nchp, tests[i].loc); in do_test() 39 t (const char *ch, size_t nch, const char *loc) in t() argument 47 setlocale (LC_ALL, loc); in t()
|
A D | wcscasecmp.c | 31 # define TOLOWER(Ch) __towlower_l ((Ch), loc) 38 # define LOCALE_PARAM , locale_t loc
|
A D | wcsncase.c | 33 # define TOLOWER(Ch) __towlower_l ((Ch), loc) 40 # define LOCALE_PARAM , locale_t loc
|
Completed in 7 milliseconds