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

/external/icu4c/test/intltest/
H A Dloctest.cpp1136 DecimalFormat *thaiCurrency = (DecimalFormat*)NumberFormat::createCurrencyInstance( local
1141 if(U_FAILURE(status) || !thaiCurrency)
1146 if (thaiCurrency->getPositivePrefix(temp) != UnicodeString(&posPrefix, 1, 1))
1148 thaiCurrency->getPositivePrefix(temp) + "\"");
1149 if (thaiCurrency->getPositiveSuffix(temp) != "")
1151 thaiCurrency->getPositiveSuffix(temp) + "\"");
1153 delete thaiCurrency;

Completed in 33 milliseconds