Home
last modified time | relevance | path

Searched refs:t_fmt (Results 1 – 4 of 4) 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/rust/crates/chrono/src/format/
Dstrftime.rs214 t_fmt: Fmt<'a>, field
228 let t_fmt = StrftimeItems::new(locales::t_fmt(locale)).collect(); in new_with_locale() localVariable
235 t_fmt: t_fmt, in new_with_locale()
248 t_fmt: T_FMT, in with_remainer()
259 t_fmt: T_FMT.to_vec(), in with_remainer()
368 'X' => recons_from_slice!(self.t_fmt), in next()
Dlocales.rs31 pub(crate) fn t_fmt(locale: Locale) -> &'static str { in t_fmt() function
/external/openssh/openbsd-compat/
Dstrptime.c156 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0))) in _strptime()