Home
last modified time | relevance | path

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

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