Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.cpp233 bool IsOnBacktrackingPath(const std::string& bestConfigTag, const std::string& candidateConfigTag, in IsOnBacktrackingPath() argument
238 FindBacktrackPath(bestLocaleConfig, bestConfigBacktrackPaths, bestConfigTag); in IsOnBacktrackingPath()
264 if (bestConfigTag == curTag) { in IsOnBacktrackingPath()
301 std::string bestConfigTag = bestLocaleConfig.language_; in IsLocaleConfigMoreSpecified() local
303 bestConfigTag += '-' + bestLocaleConfig.region_; in IsLocaleConfigMoreSpecified()
312 if (deviceBacktrackPath[i] == bestConfigTag && bestConfigIndex == -1) { in IsLocaleConfigMoreSpecified()
339bestConfigTag, candidateConfigTag, bestLocaleConfig, candidateLocaleConfig, deviceBacktrackPath); in IsLocaleConfigMoreSpecified()