Home
last modified time | relevance | path

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

/external/icu4c/samples/numfmt/
Dmain.cpp222 sampleCurrencies[]={ variable
252 for(j=0; j<LENGTHOF(sampleCurrencies); ++j) { in showCurrencyFormatting()
253 printf(" - format currency \"%s\": ", sampleCurrencies[j]); in showCurrencyFormatting()
257 setNumberFormatCurrency_2_6(*nf, sampleCurrencies[j], errorCode); in showCurrencyFormatting()
259 setNumberFormatCurrency_2_4(*nf, sampleCurrencies[j], errorCode); in showCurrencyFormatting()
263 sampleCurrencies[j], u_errorName(errorCode)); in showCurrencyFormatting()