Searched refs:SearchTrackPathDistance (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 109 int8_t SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLocale) in SearchTrackPathDistance() function 472 int8_t currentMatchDistance = SearchTrackPathDistance( in CompareRegion() 476 int8_t otherMatchDistance = SearchTrackPathDistance( in CompareRegion()
|
/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 130 … static int8_t SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLocale);
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 247 …int8_t currentMatchDistance = SearchTrackPathDistance(requestEncodedTrackPath, LocaleMatcher::TRAC… in CompareRegion() 249 …int8_t otherMatchDistance = SearchTrackPathDistance(requestEncodedTrackPath, LocaleMatcher::TRACKP… in CompareRegion() 365 int8_t LocaleMatcher::SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLo… in SearchTrackPathDistance() function in OHOS::Global::I18n::LocaleMatcher
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 110 int8_t SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLocale) in SearchTrackPathDistance() function 474 int8_t currentMatchDistance = SearchTrackPathDistance( in CompareRegion() 478 int8_t otherMatchDistance = SearchTrackPathDistance( in CompareRegion()
|