Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp53 const std::unordered_map<uint32_t, ResValueWrapper> RESOURCES = { variable
144 auto findIter = RESOURCES.find(resId); in GetColor()
145 if (findIter == RESOURCES.end()) { in GetColor()
153 auto findIter = RESOURCES.find(resId); in GetDimension()
154 if (findIter == RESOURCES.end()) { in GetDimension()
162 auto findIter = RESOURCES.find(resId); in GetString()
163 if (findIter == RESOURCES.end()) { in GetString()
177 auto findIter = RESOURCES.find(resId); in GetDouble()
178 if (findIter == RESOURCES.end()) { in GetDouble()
186 auto findIter = RESOURCES.find(resId); in GetInt()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp53 const std::unordered_map<uint32_t, ResValueWrapper> RESOURCES = { variable
144 auto findIter = RESOURCES.find(resId); in GetColor()
145 if (findIter == RESOURCES.end()) { in GetColor()
153 auto findIter = RESOURCES.find(resId); in GetDimension()
154 if (findIter == RESOURCES.end()) { in GetDimension()
162 auto findIter = RESOURCES.find(resId); in GetString()
163 if (findIter == RESOURCES.end()) { in GetString()
177 auto findIter = RESOURCES.find(resId); in GetDouble()
178 if (findIter == RESOURCES.end()) { in GetDouble()
186 auto findIter = RESOURCES.find(resId); in GetInt()
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dtaboo.cpp35 std::map<std::string, std::string> Taboo::RESOURCES = {}; member in OHOS::Global::I18n::Taboo
50 if (RESOURCES.size() == 0) { in Taboo()
52 if (RESOURCES.size() == 0) { in Taboo()
228 for (auto it = RESOURCES.begin(); it != RESOURCES.end(); ++it) { in LanguageFallBack()
256 RESOURCES[language] = fileName; in ReadResourceList()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dtaboo.h60 static std::map<std::string, std::string> RESOURCES; variable