Home
last modified time | relevance | path

Searched refs:d_t_fmt (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCTime.java23 String d_t_fmt; field in POSIX_LCTime
117 d_t_fmt = doc.getWinningValue(SearchLocation); in POSIX_LCTime()
122 d_t_fmt = d_t_fmt.replaceAll("\\{0\\}", doc.getWinningValue(SearchLocation)); in POSIX_LCTime()
127 d_t_fmt = d_t_fmt.replaceAll("\\{1\\}", doc.getWinningValue(SearchLocation)); in POSIX_LCTime()
129 d_t_fmt = POSIXUtilities.POSIXDateTimeFormat(d_t_fmt, alt_digits[0].length() > 0, variant); in POSIX_LCTime()
130 d_t_fmt = POSIXUtilities.POSIXCharNameNP(d_t_fmt); in POSIX_LCTime()
131 d_t_fmt = d_t_fmt.replaceAll("\"", "/\""); // excaping of " in strings in POSIX_LCTime()
248 out.println("d_t_fmt \"" + d_t_fmt + "\""); in write()
/external/rust/crates/chrono/src/format/
Dstrftime.rs212 d_t_fmt: Fmt<'a>, field
227 let d_t_fmt = StrftimeItems::new(locales::d_t_fmt(locale)).collect(); in new_with_locale() localVariable
234 d_t_fmt: d_t_fmt, in new_with_locale()
247 d_t_fmt: D_T_FMT, in with_remainer()
258 d_t_fmt: D_T_FMT.to_vec(), in with_remainer()
373 'c' => recons_from_slice!(self.d_t_fmt), in next()
Dlocales.rs27 pub(crate) fn d_t_fmt(locale: Locale) -> &'static str { in d_t_fmt() function
/external/openssh/openbsd-compat/
Dstrptime.c126 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0))) in _strptime()