5 references to c_tmin
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (5)
576int t = k <= bias ? c_tmin : k >= bias + c_tmax ? c_tmax : k - bias; 842int t = k <= bias ? c_tmin : k >= bias + c_tmax ? c_tmax : k - bias; 982for (k = 0; delta > ((c_punycodeBase - c_tmin) * c_tmax) / 2; k += c_punycodeBase) 984delta /= c_punycodeBase - c_tmin; 988return (int)(k + (c_punycodeBase - c_tmin + 1) * delta / (delta + c_skew));