Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dloctest.cpp1132 DecimalFormat *thaiCurrency = (DecimalFormat*)NumberFormat::createCurrencyInstance( in TestThaiCurrencyFormat() local
1137 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()