Searched refs:thaiCurrency (Results 1 – 1 of 1) sorted by relevance
1157 DecimalFormat *thaiCurrency = (DecimalFormat*)NumberFormat::createCurrencyInstance( in TestThaiCurrencyFormat() local1162 if(U_FAILURE(status) || !thaiCurrency) in TestThaiCurrencyFormat()1167 if (thaiCurrency->getPositivePrefix(temp) != posPrefix) in TestThaiCurrencyFormat()1169 thaiCurrency->getPositivePrefix(temp) + "\""); in TestThaiCurrencyFormat()1170 if (thaiCurrency->getPositiveSuffix(temp) != "") in TestThaiCurrencyFormat()1172 thaiCurrency->getPositiveSuffix(temp) + "\""); in TestThaiCurrencyFormat()1174 delete thaiCurrency; in TestThaiCurrencyFormat()