Home
last modified time | relevance | path

Searched refs:decimalChar (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Ddecimfmt.h2014 UChar32 decimalChar, const UnicodeSet *decimalSet,
/external/icu4c/i18n/
Ddecimfmt.cpp1914 UChar32 decimalChar = decimalString->char32At(0); in subparse() local
1927 int32_t decimalCharLength = U16_LENGTH(decimalChar); in subparse()
1936 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()
2029 decimalChar, decimalSet, in subparse()
2053 else if (matchDecimal(decimalChar,sawDecimal,sawDecimalChar, decimalSet, ch)) in subparse()
2623 UChar32 decimalChar, const UnicodeSet *decimalSet, in matchGrouping() argument