Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp388 const size_t targetDistance = ComputeTrackPathDistance(requestEncodedTrackPath, otherEncodedTrackPath, in CompareDistance() local
390 if (currentDistance < targetDistance) { in CompareDistance()
393 if (currentDistance > targetDistance) { in CompareDistance()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp412 const size_t targetDistance = ComputeTrackPathDistance( in CompareDistance() local
414 if (currentDistance < targetDistance) { in CompareDistance()
417 if (currentDistance > targetDistance) { in CompareDistance()
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp414 const size_t targetDistance = ComputeTrackPathDistance( in CompareDistance() local
416 if (currentDistance < targetDistance) { in CompareDistance()
419 if (currentDistance > targetDistance) { in CompareDistance()

Completed in 4 milliseconds