Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp87 void FindTrackPath(const ResLocale *request, size_t len, uint64_t encodedLocale, uint64_t *result) in FindTrackPath() function
407FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, currentEncodedLocale, currentEncodedTr… in CompareDistance()
409FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, otherEncodedLocale, otherEncodedTrackP… in CompareDistance()
467FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, requestEncodedLocale, requestEncodedTr… in CompareRegion()
560FindTrackPath(nullptr, LocaleMatcher::TRACKPATH_ARRAY_SIZE, localeEncode, loclaeEncodedTrackPath); in IsSimilarToUsEnglish()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp169FindTrackPath(nullptr, LocaleMatcher::TRACKPATH_ARRAY_SIZE, localeEncode, loclaeEncodedTrackPath); in IsSimilarToUsEnglish()
182 void LocaleMatcher::FindTrackPath(const LocaleInfo *request, size_t len, uint64_t encodedLocale, ui… in FindTrackPath() function in OHOS::Global::I18n::LocaleMatcher
242FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, requestEncodedLocale, requestEncodedTr… in CompareRegion()
383FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, currentEncodedLocale, currentEncodedTr… in CompareDistance()
385FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, otherEncodedLocale, otherEncodedTrackP… in CompareDistance()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp88 void FindTrackPath(const ResLocale *request, size_t len, uint64_t encodedLocale, uint64_t *result) in FindTrackPath() function
409FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, currentEncodedLocale, currentEncodedTr… in CompareDistance()
411FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, otherEncodedLocale, otherEncodedTrackP… in CompareDistance()
469FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, requestEncodedLocale, requestEncodedTr… in CompareRegion()
562FindTrackPath(nullptr, LocaleMatcher::TRACKPATH_ARRAY_SIZE, localeEncode, loclaeEncodedTrackPath); in IsSimilarToUsEnglish()
/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h83 …static void FindTrackPath(const LocaleInfo *request, size_t len, uint64_t encodedLocale, uint64_t …