Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp220 const uint64_t *targetPaths, size_t len) in ComputeTrackPathDistance() argument
225 if (targetPaths[i] == LocaleMatcher::ROOT_LOCALE) { in ComputeTrackPathDistance()
230 if (requestPaths[j] == targetPaths[i]) { in ComputeTrackPathDistance()
/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h143 …_t ComputeTrackPathDistance(const uint64_t *requestPaths, const uint64_t *targetPaths, size_t len);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp399 …er::ComputeTrackPathDistance(const uint64_t *requestPaths, const uint64_t *targetPaths, size_t len) in ComputeTrackPathDistance() argument
402 if (targetPaths[i] == LocaleMatcher::ROOT_LOCALE) { in ComputeTrackPathDistance()
407 if (requestPaths[j] == targetPaths[i]) { in ComputeTrackPathDistance()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp223 const uint64_t *targetPaths, size_t len) in ComputeTrackPathDistance() argument
228 if (targetPaths[i] == LocaleMatcher::ROOT_LOCALE) { in ComputeTrackPathDistance()
233 if (requestPaths[j] == targetPaths[i]) { in ComputeTrackPathDistance()