• Home
  • Raw
  • Download

Lines Matching refs:supported

125         const LSR &supported = *supportedLSRs[slIndex];  in getBestIndexAndDistance()  local
133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance()
144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance()
174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance()
181 desired.script, supported.script); in getBestIndexAndDistance()
190 if (uprv_strcmp(desired.region, supported.region) == 0) { in getBestIndexAndDistance()
208 partitionsForRegion(supported), in getBestIndexAndDistance()
215 shiftedDistance |= (desired.flags ^ supported.flags); in getBestIndexAndDistance()
219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
259 BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) { in getDesSuppScriptDistance() argument
263 distance = trieNext(iter, supported, true); in getDesSuppScriptDistance()
268 if (uprv_strcmp(desired, supported) == 0) { in getDesSuppScriptDistance()
285 char supported = *supportedPartitions++; in getRegionPartitionsDistance() local
286 U_ASSERT(desired != 0 && supported != 0); in getRegionPartitionsDistance()
295 result = iter.next(uprv_invCharToAscii(supported) | END_OF_SUBTAG); in getRegionPartitionsDistance()
314 result = iter.next(uprv_invCharToAscii(supported) | END_OF_SUBTAG); in getRegionPartitionsDistance()
329 if ((supported = *supportedPartitions++) != 0) { in getRegionPartitionsDistance()
347 supported = *supportedPartitions++; in getRegionPartitionsDistance()