Searched refs:requestEncodedTrackPath (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 241 uint64_t requestEncodedTrackPath[LocaleMatcher::TRACKPATH_ARRAY_SIZE] = {0, 0, 0, 0, 0}; in CompareRegion() local 242 FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, requestEncodedLocale, requestEncodedTrackPath); in CompareRegion() 247 int8_t currentMatchDistance = SearchTrackPathDistance(requestEncodedTrackPath, LocaleMatcher::TRACKPATH_ARRAY_SIZE, in CompareRegion() 249 int8_t otherMatchDistance = SearchTrackPathDistance(requestEncodedTrackPath, LocaleMatcher::TRACKPATH_ARRAY_SIZE, in CompareRegion() 257 int8_t result = CompareDistance(currentEncodedLocale, otherEncodedLocale, requestEncodedTrackPath, request); in CompareRegion() 380 const uint64_t *requestEncodedTrackPath, const LocaleInfo *request) in CompareDistance() 386 const size_t currentDistance = ComputeTrackPathDistance(requestEncodedTrackPath, currentEncodedTrackPath, in CompareDistance() 388 const size_t targetDistance = ComputeTrackPathDistance(requestEncodedTrackPath, otherEncodedTrackPath, in CompareDistance() 379 CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, const uint64_t *requestEncodedTrackPath, const LocaleInfo *request) CompareDistance() argument
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 404 const uint64_t *requestEncodedTrackPath, const ResLocale *request) in CompareDistance() 411 requestEncodedTrackPath, currentEncodedTrackPath, LocaleMatcher::TRACKPATH_ARRAY_SIZE); in CompareDistance() 413 requestEncodedTrackPath, otherEncodedTrackPath, LocaleMatcher::TRACKPATH_ARRAY_SIZE); in CompareDistance() 466 uint64_t requestEncodedTrackPath[LocaleMatcher::TRACKPATH_ARRAY_SIZE] = {0, 0, 0, 0, 0}; in CompareRegion() local 467 FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, requestEncodedLocale, requestEncodedTrackPath); in CompareRegion() 473 requestEncodedTrackPath, in CompareRegion() 477 requestEncodedTrackPath, in CompareRegion() 486 int8_t result = CompareDistance(currentEncodedLocale, otherEncodedLocale, requestEncodedTrackPath, request); in CompareRegion() 403 CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, const uint64_t *requestEncodedTrackPath, const ResLocale *request) CompareDistance() argument
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 406 const uint64_t *requestEncodedTrackPath, const ResLocale *request) in CompareDistance() 413 requestEncodedTrackPath, currentEncodedTrackPath, LocaleMatcher::TRACKPATH_ARRAY_SIZE); in CompareDistance() 415 requestEncodedTrackPath, otherEncodedTrackPath, LocaleMatcher::TRACKPATH_ARRAY_SIZE); in CompareDistance() 468 uint64_t requestEncodedTrackPath[LocaleMatcher::TRACKPATH_ARRAY_SIZE] = {0, 0, 0, 0, 0}; in CompareRegion() local 469 FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, requestEncodedLocale, requestEncodedTrackPath); in CompareRegion() 475 requestEncodedTrackPath, in CompareRegion() 479 requestEncodedTrackPath, in CompareRegion() 488 int8_t result = CompareDistance(currentEncodedLocale, otherEncodedLocale, requestEncodedTrackPath, request); in CompareRegion() 405 CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, const uint64_t *requestEncodedTrackPath, const ResLocale *request) CompareDistance() argument
|
/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 132 const uint64_t *requestEncodedTrackPath, const LocaleInfo *request);
|
Completed in 4 milliseconds