Home
last modified time | relevance | path

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

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