Lines Matching refs:strictParse
1219 UBool strictParse = !isLenient(); in subparse() local
1257 UChar32 lookForGroup = (groupingUsed&&intOnly&&strictParse)?groupingChar:0; in subparse()
1275 (strictParse)?'y':'n'); in subparse()
1375 } else if (strictParse){ in subparse()
1388 if (! strictParse) { in subparse()
1438 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()
1442 if (strictParse) { in subparse()
1495 if (strictParse && backup != -1) { in subparse()
1538 if (strictParse) { in subparse()
1557 if (strictParse) { in subparse()
1660 if (strictParse && !sawDecimal) { in subparse()
1700 if (posMatch >= 0 || (!strictParse && negMatch < 0)) { in subparse()
1715 if (strictParse && ((posSuffixMatch >= 0) == (negSuffixMatch >= 0))) { in subparse()
1730 …parsedNum.data()[0] = (posSuffixMatch >= 0 || (!strictParse && negMatch < 0 && negSuffixMatch < 0)… in subparse()