Lines Matching refs:strictParse
2509 UBool strictParse = !isLenient();
2550 UChar32 lookForGroup = (groupingUsed&&intOnly&&strictParse)?groupingChar:0;
2568 (strictParse)?'y':'n');
2668 } else if (strictParse){
2681 if (! strictParse) {
2731 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse);
2735 if (strictParse) {
2788 if (strictParse && backup != -1) {
2831 if (strictParse) {
2850 if (strictParse) {
2953 if (strictParse && !sawDecimal) {
2993 if (posMatch >= 0 || (!strictParse && negMatch < 0)) {
3008 if (strictParse && ((posSuffixMatch >= 0) == (negSuffixMatch >= 0))) {
3023 …parsedNum.data()[0] = (posSuffixMatch >= 0 || (!strictParse && negMatch < 0 && negSuffixMatch < 0)…