Searched refs:RESOURCES (Results 1 – 4 of 4) sorted by relevance
53 const std::unordered_map<uint32_t, ResValueWrapper> RESOURCES = { variable144 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 …]
35 std::map<std::string, std::string> Taboo::RESOURCES = {}; member in OHOS::Global::I18n::Taboo50 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()
60 static std::map<std::string, std::string> RESOURCES; variable