5 references to tmin
mscorlib (5)
system\globalization\idnmapping.cs (5)
522for (k = 0; delta > ((punycodeBase - tmin) * tmax) / 2; k += punycodeBase) 524delta /= punycodeBase - tmin; 528return (int)(k + (punycodeBase - tmin + 1) * delta / (delta + skew)); 734int t = k <= bias ? tmin : 953int t = k <= bias ? tmin :