Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h1045 static UBool isStyleSupported(UNumberFormatStyle style);
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1271 NumberFormat::isStyleSupported(UNumberFormatStyle style) { in isStyleSupported() function in NumberFormat
1300 if (!isStyleSupported(style)) { in makeInstance()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2758 if (!NumberFormat::isStyleSupported(k)) { in TestHost()