Home
last modified time | relevance | path

Searched refs:bestConfigIndex (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp231 int32_t bestConfigIndex = -1; in IsOnBacktrackingPath() local
238 if (bestConfigPath == backtrackPath[i] && bestConfigIndex == -1) { in IsOnBacktrackingPath()
239 bestConfigIndex = static_cast<int32_t>(i); in IsOnBacktrackingPath()
248 if (bestConfigIndex < candidateConfigIndex) { in IsOnBacktrackingPath()
249 return (bestConfigIndex == -1); in IsOnBacktrackingPath()
250 } else if (candidateConfigIndex < bestConfigIndex) { in IsOnBacktrackingPath()
303 int32_t bestConfigIndex = -1; in IsLocaleConfigMoreSpecified() local
306 if (deviceBacktrackPath[i] == bestConfigTag && bestConfigIndex == -1) { in IsLocaleConfigMoreSpecified()
307 bestConfigIndex = static_cast<int32_t>(i); in IsLocaleConfigMoreSpecified()
313 if (bestConfigIndex < candidateConfigInde in IsLocaleConfigMoreSpecified()
[all...]

Completed in 4 milliseconds