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