4 references to c_maxint
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (4)
542
for (m =
c_maxint
, j = iAfterLastDot;
838
if (digit > (
c_maxint
- i) / w)
846
if (w >
c_maxint
/ (c_punycodeBase - t))
857
if (i / ((output.Length - iOutputAfterLastDot - numSurrogatePairs) + 1) >
c_maxint
- n)