Home
last modified time | relevance | path

Searched refs:lc_time (Results 1 – 3 of 3) 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()
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIXLocale.java40 POSIX_LCTime lc_time; field in POSIXLocale
147 lc_time = new POSIX_LCTime(doc, variant); in POSIXLocale()
192 lc_time.write(out, variant); in write()