Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcompactdecimalformattest.cpp257 static const char *StyleStr(UNumberCompactStyle style);
510 sprintf(description,"%s - %s", locale.getName(), StyleStr(style)); in CheckLocale()
529 sprintf(description,"%s - %s", locale.getName(), StyleStr(style)); in CheckLocaleWithCurrency()
560 const char *CompactDecimalFormatTest::StyleStr(UNumberCompactStyle style) { in StyleStr() function in CompactDecimalFormatTest