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

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

Completed in 119 milliseconds