Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php639 $bias = self::adaptBias($i - $oldi, $outPlusOne, 0 === $oldi);
733 $bias = self::adaptBias($delta, $h + 1, $h === $b);
755 private static function adaptBias($delta, $numPoints, $firstTime) function in Symfony\\Polyfill\\Intl\\Idn\\Idn