Searched refs:d_t_fmt (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCTime.java | 23 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/ |
D | strftime.rs | 212 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()
|
D | locales.rs | 27 pub(crate) fn d_t_fmt(locale: Locale) -> &'static str { in d_t_fmt() function
|
/external/openssh/openbsd-compat/ |
D | strptime.c | 126 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0))) in _strptime()
|