Lines Matching refs:otherEncodedLocale
245 uint64_t otherEncodedLocale = LocaleUtil::EncodeLocale(request->GetLanguage().c_str(), nullptr,
250 otherEncodedLocale);
257 int8_t result = CompareDistance(currentEncodedLocale, otherEncodedLocale, requestEncodedTrackPath, request);
273 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale);
303 uint64_t otherEncodedLocale = LocaleUtil::EncodeLocale(
305 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale);
333 const LocaleInfo *other, uint64_t otherEncodedLocale)
335 if (currentEncodedLocale == otherEncodedLocale) {
356 if (currentEncodedLocale > otherEncodedLocale) {
359 if (otherEncodedLocale > currentEncodedLocale) {
379 int8_t LocaleMatcher::CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale,
385 FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, otherEncodedLocale, otherEncodedTrackPath);