Home
last modified time | relevance | path

Searched refs:atomicCurrencyParser (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_mapper.h144 std::atomic<::icu::numparse::impl::NumberParserImpl*> atomicCurrencyParser = {}; member
Ddecimfmt.cpp413 delete fields->atomicCurrencyParser.exchange(nullptr); in ~DecimalFormat()
1158 delete fields->atomicCurrencyParser.exchange(nullptr); in touch()
1226 auto* ptr = fields->atomicCurrencyParser.load(); in getCurrencyParser()
1241 if (!nonConstThis->fields->atomicCurrencyParser.compare_exchange_strong(ptr, temp)) { in getCurrencyParser()