Home
last modified time | relevance | path

Searched refs:format_with (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/testdata/
DBUILDRULES.py67 format_with = {},
78 format_with = {}
87 format_with = {}
97 format_with = {}
111 format_with = {}
120 format_with = {}
129 format_with = {}
138 format_with = {}
147 format_with = {}
171 format_with = {},
[all …]
/external/cronet/third_party/icu/source/test/testdata/
DBUILDRULES.py67 format_with = {},
78 format_with = {}
87 format_with = {}
97 format_with = {}
111 format_with = {}
120 format_with = {}
129 format_with = {}
138 format_with = {}
147 format_with = {}
171 format_with = {},
[all …]
/external/cronet/third_party/icu/source/data/
DBUILDRULES.py129 format_with = {}
150 format_with = {}
169 format_with = {},
194 format_with = {},
215 format_with = {},
246 format_with = {},
269 format_with = {},
288 format_with = {}
336 format_with = {}
355 format_with = {}
[all …]
/external/icu/icu4c/source/data/
DBUILDRULES.py130 format_with = {}
151 format_with = {}
173 format_with = {},
198 format_with = {},
219 format_with = {},
250 format_with = {},
273 format_with = {},
292 format_with = {}
340 format_with = {}
359 format_with = {}
[all …]
/external/icu/icu4c/source/python/icutools/databuilder/
Drequest_types.py94 self.format_with = {}
109 for _, v in self.format_with.items():
206 format_with = self.format_with,
218 format_with = utils.concat_dicts(self.format_with, self.repeat_with)
297 self.format_with = {}
329 format_with = self.format_with
Dutils.py93 **concat_dicts(common_vars, request.format_with)
104 **concat_dicts(common_vars, request.format_with, iter_vars)
/external/cronet/third_party/icu/source/python/icutools/databuilder/
Drequest_types.py94 self.format_with = {}
109 for _, v in self.format_with.items():
206 format_with = self.format_with,
218 format_with = utils.concat_dicts(self.format_with, self.repeat_with)
297 self.format_with = {}
329 format_with = self.format_with
Dutils.py93 **concat_dicts(common_vars, request.format_with)
104 **concat_dicts(common_vars, request.format_with, iter_vars)
/external/rust/crates/itertools/
DCHANGELOG.md238 - `format` to `format_with` and `format_default` to `format`
259 - `format` and `format_with` helpers now panic if you try to format them more than once.
/external/rust/crates/itertools/src/
Dlib.rs2131 fn format_with<F>(self, sep: &str, format: F) -> FormatWith<Self, F> in format_with() method