Searched refs:format_with (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/testdata/ |
D | BUILDRULES.py | 63 format_with = {}, 74 format_with = {} 83 format_with = {} 93 format_with = {} 107 format_with = {} 116 format_with = {} 125 format_with = {} 134 format_with = {} 143 format_with = {} 167 format_with = {}, [all …]
|
/external/icu/icu4c/source/data/ |
D | BUILDRULES.py | 127 format_with = {} 148 format_with = {} 170 format_with = {}, 193 format_with = {}, 214 format_with = {}, 245 format_with = {}, 268 format_with = {}, 287 format_with = {} 335 format_with = {} 354 format_with = {} [all …]
|
/external/icu/icu4c/source/python/icutools/databuilder/ |
D | request_types.py | 94 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
|
D | utils.py | 93 **concat_dicts(common_vars, request.format_with) 104 **concat_dicts(common_vars, request.format_with, iter_vars)
|
/external/rust/crates/itertools/ |
D | CHANGELOG.md | 177 - `format` to `format_with` and `format_default` to `format` 198 - `format` and `format_with` helpers now panic if you try to format them more than once.
|
/external/rust/crates/itertools/src/ |
D | lib.rs | 1889 fn format_with<F>(self, sep: &str, format: F) -> FormatWith<Self, F> in format_with() method
|