Searched refs:strictParse (Results 1 – 5 of 5) sorted by relevance
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals() argument236 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()240 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
39 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
1219 UBool strictParse = !isLenient(); in subparse() local1257 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()[all …]
2474 boolean strictParse = isParseStrict(); in subparse()2481 getEquivalentDecimals(decimal, strictParse); in subparse()2483 (strictParse ? strictDefaultGroupingSeparators : defaultGroupingSeparators); in subparse()2518 if (strictParse && backup != -1) { in subparse()2550 if (strictParse) { in subparse()2568 if (strictParse) { in subparse()2586 if (strictParse) { in subparse()2599 if (strictParse) { in subparse()2619 if (strictParse) { in subparse()2669 if (strictParse) { in subparse()[all …]
2488 boolean strictParse = isParseStrict(); in subparse()2495 getEquivalentDecimals(decimal, strictParse); in subparse()2497 (strictParse ? strictDefaultGroupingSeparators : defaultGroupingSeparators); in subparse()2532 if (strictParse && backup != -1) { in subparse()2564 if (strictParse) { in subparse()2582 if (strictParse) { in subparse()2600 if (strictParse) { in subparse()2613 if (strictParse) { in subparse()2633 if (strictParse) { in subparse()2683 if (strictParse) { in subparse()[all …]