Lines Matching refs:thresholdDistance
297 …Matcher::Builder &LocaleMatcher::Builder::internalSetThresholdDistance(int32_t thresholdDistance) {
299 if (thresholdDistance > 100) {
300 thresholdDistance = 100;
302 thresholdDistance_ = thresholdDistance;
361 thresholdDistance(builder.thresholdDistance_), in LocaleMatcher()
484 if (thresholdDistance >= 0) { in LocaleMatcher()
495 thresholdDistance = LocaleDistance::getDistanceFloor(indexAndDistance) + 1; in LocaleMatcher()
497 thresholdDistance = 0; in LocaleMatcher()
500 thresholdDistance = localeDistance.getDefaultScriptDistance(); in LocaleMatcher()
507 thresholdDistance(src.thresholdDistance), in LocaleMatcher()
544 thresholdDistance = src.thresholdDistance; in operator =()
685 for (int32_t bestShiftedDistance = LocaleDistance::shiftDistance(thresholdDistance);;) { in getBestSuppIndex()
734 LocaleDistance::shiftDistance(thresholdDistance), favorSubtag, direction); in isMatch()
746 LocaleDistance::shiftDistance(thresholdDistance), favorSubtag, direction); in internalMatch()