Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlangprintf.c264 const char *lc_time; /* Current LC_TIME value */ in _cupsSetLocale() local
282 if ((lc_time = setlocale(LC_TIME, NULL)) == NULL) in _cupsSetLocale()
283 lc_time = setlocale(LC_ALL, NULL); in _cupsSetLocale()
285 if (lc_time) in _cupsSetLocale()
287 strlcpy(new_lc_time, lc_time, sizeof(new_lc_time)); in _cupsSetLocale()
/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h64 newloc->lc_time = loc->lc_time; in newlocale()