Searched refs:strictParse (Results 1 – 3 of 3) sorted by relevance
215 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals() argument226 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
38 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
1847 UBool strictParse = !isLenient(); in subparse() local1870 } else if (strictParse){ in subparse()1880 if (! strictParse) { in subparse()1936 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()1940 if (strictParse) { in subparse()1993 if (strictParse && backup != -1) { in subparse()2036 if (strictParse) { in subparse()2055 if (strictParse) { in subparse()2140 if (strictParse && !sawDecimal) { in subparse()2175 if (posMatch >= 0 || (!strictParse && negMatch < 0)) { in subparse()[all …]