Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCTime.java25 String t_fmt; field in POSIX_LCTime
86t_fmt = POSIXUtilities.POSIXDateTimeFormat(doc.getWinningValue(SearchLocation), alt_digits[0].leng… in POSIX_LCTime()
88 t_fmt = t_fmt.replaceAll("\"", "/\""); // excaping of " in strings in POSIX_LCTime()
90 if (t_fmt.indexOf("%p") >= 0) in POSIX_LCTime()
91 t_fmt_ampm = t_fmt; in POSIX_LCTime()
244 out.println("t_fmt \"" + t_fmt + "\""); in write()
/external/openssh/openbsd-compat/
Dstrptime.c156 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0))) in _strptime()