Searched refs:bestLocaleConfig (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 224 const AceResConfig& bestLocaleConfig, const AceResConfig& candidateLocaleConfig, in IsOnBacktrackingPath() 228 FindBacktrackPath(bestLocaleConfig, bestConfigBacktrackPaths, bestConfigTag); in IsOnBacktrackingPath() 270 if (bestLocaleConfig.region_ == region) { in IsOnBacktrackingPath() 278 return strcmp(bestLocaleConfig.region_.c_str(), candidateLocaleConfig.region_.c_str()) >= 0; in IsOnBacktrackingPath() 281 bool IsLocaleConfigMoreSpecified(const AceResConfig& bestLocaleConfig, const AceResConfig& deviceLocaleConfig, in IsLocaleConfigMoreSpecified() argument 286 if (bestLocaleConfig.region_ == deviceRegion) { in IsLocaleConfigMoreSpecified() 295 std::string bestConfigTag = bestLocaleConfig.language_; in IsLocaleConfigMoreSpecified() 296 if (!bestLocaleConfig.region_.empty()) { in IsLocaleConfigMoreSpecified() 297 bestConfigTag += '-' + bestLocaleConfig.region_; in IsLocaleConfigMoreSpecified() 328 if (bestLocaleConfig in IsLocaleConfigMoreSpecified() 223 IsOnBacktrackingPath(const std::string& bestConfigTag, const std::string& candidateConfigTag, const AceResConfig& bestLocaleConfig, const AceResConfig& candidateLocaleConfig, std::vector<std::string> backtrackPath) IsOnBacktrackingPath() argument 344 AceResConfig bestLocaleConfig = candidatesLocaleConfig[left]; SortLocaleConfigs() local [all...] |
Completed in 2 milliseconds