Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php726 $output .= self::encodeDigit($t + ($qMinusT) % ($baseMinusT), false);
731 $output .= self::encodeDigit($q, false);
776 private static function encodeDigit($d, $flag) function in Symfony\\Polyfill\\Intl\\Idn\\Idn