Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddecimfmt.h2007 static UBool matchDecimal(UChar32 symbolChar,
/external/icu4c/i18n/
Ddecimfmt.cpp2053 else if (matchDecimal(decimalChar,sawDecimal,sawDecimalChar, decimalSet, ch)) in subparse()
2606 UBool DecimalFormat::matchDecimal(UChar32 symbolChar, in matchDecimal() function in DecimalFormat