Searched refs:atomicCurrencyParser (Results 1 – 2 of 2) sorted by relevance
151 std::atomic<::icu::numparse::impl::NumberParserImpl*> atomicCurrencyParser = {}; member
484 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()