Searched refs:t_fmt (Results 1 – 2 of 2) sorted by relevance
25 String t_fmt; field in POSIX_LCTime86 …t_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()
156 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0))) in _strptime()