Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/numfmt/
Dmain.cpp217 sampleLocaleIDs[]={ variable
240 for(i=0; i<UPRV_LENGTHOF(sampleLocaleIDs); ++i) { in showCurrencyFormatting()
243 sampleLocaleIDs[i]); in showCurrencyFormatting()
247 nf=NumberFormat::createCurrencyInstance(sampleLocaleIDs[i], errorCode); in showCurrencyFormatting()
250 sampleLocaleIDs[i], u_errorName(errorCode)); in showCurrencyFormatting()