Searched refs:expVal (Results 1 – 1 of 1) sorted by relevance
1969 int expVal = 0; in readJavaFormatString() local1982 if ( expVal >= reallyBig ){ in readJavaFormatString()1989 expVal = expVal*10 + ( (int)c - (int)'0' ); in readJavaFormatString()1996 if ( expOverflow || ( expVal > expLimit ) ){ in readJavaFormatString()2013 decExp = decExp + expSign*expVal; in readJavaFormatString()