Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h90 static std::mutex matchLocaleMutex; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp74 std::mutex I18nTimeZone::matchLocaleMutex; member in OHOS::Global::I18n::I18nTimeZone
1014 std::lock_guard<std::mutex> matchLocaleLock(matchLocaleMutex); in SetBestMatchLocale()