Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2214 int symbolEnum = (int)DecimalFormatSymbols::kDecimalSeparatorSymbol; in TestSymbolsWithBadLocale() local
2215 for (; symbolEnum < (int)DecimalFormatSymbols::kFormatSymbolCount; symbolEnum++) { in TestSymbolsWithBadLocale()
2216 …deString symbolString = mySymbols.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbolEnum); in TestSymbolsWithBadLocale()
2217 …logln(UnicodeString("DecimalFormatSymbols[") + symbolEnum + UnicodeString("] = ") + prettify(symbo… in TestSymbolsWithBadLocale()
2219 && symbolEnum != (int)DecimalFormatSymbols::kGroupingSeparatorSymbol in TestSymbolsWithBadLocale()
2220 && symbolEnum != (int)DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol) in TestSymbolsWithBadLocale()
2222 errln("DecimalFormatSymbols has an empty string at index %d.", symbolEnum); in TestSymbolsWithBadLocale()