Searched refs:strictParse (Results 1 – 5 of 5) sorted by relevance
229 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals() argument238 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()242 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
43 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
1233 UBool strictParse = !isLenient(); in subparse() local1271 UChar32 lookForGroup = (groupingUsed&&intOnly&&strictParse)?groupingChar:0; in subparse()1289 (strictParse)?'y':'n'); in subparse()1389 } else if (strictParse){ in subparse()1402 if (! strictParse) { in subparse()1452 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()1456 if (strictParse) { in subparse()1509 if (strictParse && backup != -1) { in subparse()1552 if (strictParse) { in subparse()1571 if (strictParse) { in subparse()[all …]
2475 boolean strictParse = isParseStrict(); in subparse()2482 getEquivalentDecimals(decimal, strictParse); in subparse()2484 (strictParse ? strictDefaultGroupingSeparators : defaultGroupingSeparators); in subparse()2500 if (strictParse) { in subparse()2540 if (strictParse) { in subparse()2568 if (strictParse) { in subparse()2590 if (strictParse) { in subparse()2621 if (strictParse) { in subparse()2673 if (strictParse && sawGrouping) { in subparse()2722 if (strictParse && !sawDecimal) { in subparse()[all …]
2461 boolean strictParse = isParseStrict(); in subparse()2468 getEquivalentDecimals(decimal, strictParse); in subparse()2470 (strictParse ? strictDefaultGroupingSeparators : defaultGroupingSeparators); in subparse()2486 if (strictParse) { in subparse()2526 if (strictParse) { in subparse()2554 if (strictParse) { in subparse()2576 if (strictParse) { in subparse()2607 if (strictParse) { in subparse()2659 if (strictParse && sawGrouping) { in subparse()2708 if (strictParse && !sawDecimal) { in subparse()[all …]