Home
last modified time | relevance | path

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

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