Searched defs:monetary (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | locale.py | 138 def _group(s, monetary=False): argument 183 def _format(percent, value, grouping=False, monetary=False, *additional): argument 193 def _localize(formatted, grouping=False, monetary=False): argument 213 def format_string(f, val, grouping=False, monetary=False): argument 250 def format(percent, value, grouping=False, monetary=False, *additional): argument 332 def localize(string, grouping=False, monetary=False): argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 24548 static const category monetary = 1L << 4; member in std::locale
|