Home
last modified time | relevance | path

Searched refs:symbolEnum (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2404 int symbolEnum = (int)DecimalFormatSymbols::kDecimalSeparatorSymbol; in TestSymbolsWithBadLocale() local
2405 for (; symbolEnum < (int)DecimalFormatSymbols::kFormatSymbolCount; symbolEnum++) { in TestSymbolsWithBadLocale()
2406 UnicodeString symbolString = mySymbols.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbolEnum); in TestSymbolsWithBadLocale()
2407 logln(UnicodeString("DecimalFormatSymbols[") + symbolEnum + UnicodeString("] = ") + prettify(symbolString)); in TestSymbolsWithBadLocale()
2409 && symbolEnum != (int)DecimalFormatSymbols::kGroupingSeparatorSymbol in TestSymbolsWithBadLocale()
2410 && symbolEnum != (int)DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol) in TestSymbolsWithBadLocale()
2412 errln("DecimalFormatSymbols has an empty string at index %d.", symbolEnum); in TestSymbolsWithBadLocale()

Completed in 21 milliseconds