Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/numfmt/
Dmain.cpp224 sampleCurrencies[]={ variable
254 for(j=0; j<UPRV_LENGTHOF(sampleCurrencies); ++j) { in showCurrencyFormatting()
255 printf(" - format currency \"%s\": ", sampleCurrencies[j]); in showCurrencyFormatting()
259 setNumberFormatCurrency_2_6(*nf, sampleCurrencies[j], errorCode); in showCurrencyFormatting()
261 setNumberFormatCurrency_2_4(*nf, sampleCurrencies[j], errorCode); in showCurrencyFormatting()
265 sampleCurrencies[j], u_errorName(errorCode)); in showCurrencyFormatting()