Searched refs:thaiCurrency (Results 1 – 1 of 1) sorted by relevance
1132 DecimalFormat *thaiCurrency = (DecimalFormat*)NumberFormat::createCurrencyInstance( in TestThaiCurrencyFormat() local1137 if(U_FAILURE(status) || !thaiCurrency) in TestThaiCurrencyFormat()1142 if (thaiCurrency->getPositivePrefix(temp) != posPrefix) in TestThaiCurrencyFormat()1144 thaiCurrency->getPositivePrefix(temp) + "\""); in TestThaiCurrencyFormat()1145 if (thaiCurrency->getPositiveSuffix(temp) != "") in TestThaiCurrencyFormat()1147 thaiCurrency->getPositiveSuffix(temp) + "\""); in TestThaiCurrencyFormat()1149 delete thaiCurrency; in TestThaiCurrencyFormat()