Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp44 static std::mutex validLocaleMutex; variable
114 std::lock_guard<std::mutex> matchLocaleLock(validLocaleMutex); in GetAllValidLocalesTag()