adaptBias
private fn
int adaptBias(int delta, int numPoints, bool firstTime) @safe nothrow @nogcAdapt the Punycode bias value.
Parameters
delta | Delta accumulator. |
numPoints | Number of code points processed. |
firstTime | Whether this is the first bias adaptation. |
Returns
The adapted bias.