Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h1111 static UBool isStyleSupported(UNumberFormatStyle style);
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1288 NumberFormat::isStyleSupported(UNumberFormatStyle style) { in isStyleSupported() function in NumberFormat
1317 if (!isStyleSupported(style)) { in makeInstance()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2986 if (!NumberFormat::isStyleSupported(k)) { in TestHost()