Home
last modified time | relevance | path

Searched refs:strictParse (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Ddecfmtst.cpp215 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals() argument
226 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()
230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
Ddecfmtst.h38 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
Ddecimfmt.cpp1847 UBool strictParse = !isLenient(); in subparse() local
1870 } 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 …]