Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h139 * @param targetPaths
143 static size_t ComputeTrackPathDistance(const uint64_t *requestPaths, const uint64_t *targetPaths, size_t len);
/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp399 size_t LocaleMatcher::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()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp215 * @param targetPaths
220 const uint64_t *targetPaths, size_t len) in ComputeTrackPathDistance()
225 if (targetPaths[i] == LocaleMatcher::ROOT_LOCALE) { in ComputeTrackPathDistance()
230 if (requestPaths[j] == targetPaths[i]) { in ComputeTrackPathDistance()
219 ComputeTrackPathDistance(const uint64_t *requestPaths, const uint64_t *targetPaths, size_t len) ComputeTrackPathDistance() argument
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp218 * @param targetPaths
223 const uint64_t *targetPaths, size_t len) in ComputeTrackPathDistance()
228 if (targetPaths[i] == LocaleMatcher::ROOT_LOCALE) { in ComputeTrackPathDistance()
233 if (requestPaths[j] == targetPaths[i]) { in ComputeTrackPathDistance()
222 ComputeTrackPathDistance(const uint64_t *requestPaths, const uint64_t *targetPaths, size_t len) ComputeTrackPathDistance() argument

Completed in 5 milliseconds