5 references to c_tmax
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)