Searched refs:thaiCurrency (Results 1 – 1 of 1) sorted by relevance
1186 DecimalFormat *thaiCurrency = (DecimalFormat*)NumberFormat::createCurrencyInstance( in TestThaiCurrencyFormat() local1191 if(U_FAILURE(status) || !thaiCurrency) in TestThaiCurrencyFormat()1196 if (thaiCurrency->getPositivePrefix(temp) != posPrefix) in TestThaiCurrencyFormat()1198 thaiCurrency->getPositivePrefix(temp) + "\""); in TestThaiCurrencyFormat()1199 if (thaiCurrency->getPositiveSuffix(temp) != "") in TestThaiCurrencyFormat()1201 thaiCurrency->getPositiveSuffix(temp) + "\""); in TestThaiCurrencyFormat()1203 delete thaiCurrency; in TestThaiCurrencyFormat()