Home
last modified time | relevance | path

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

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