Searched refs:dataset (Results 1 – 1 of 1) sorted by relevance
1316 __locale_t duplocale(__locale_t dataset) in libc_hidden_def()1322 assert(dataset != LC_GLOBAL_LOCALE); in libc_hidden_def()1348 void freelocale(__locale_t dataset) in freelocale() argument1350 assert(dataset != __global_locale); in freelocale()1351 assert(dataset != LC_GLOBAL_LOCALE); in freelocale()1354 free(dataset); /* Free locale */ in freelocale()1365 if (!dataset) { in uselocale()1368 if (dataset == LC_GLOBAL_LOCALE) { in uselocale()1369 dataset = __global_locale; in uselocale()1372 old = __curlocale_set(dataset); in uselocale()[all …]
Completed in 5 milliseconds