Home
last modified time | relevance | path

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

/external/icu4c/samples/numfmt/
Dmain.cpp215 sampleLocaleIDs[]={ variable
238 for(i=0; i<LENGTHOF(sampleLocaleIDs); ++i) { in showCurrencyFormatting()
241 sampleLocaleIDs[i]); in showCurrencyFormatting()
245 nf=NumberFormat::createCurrencyInstance(sampleLocaleIDs[i], errorCode); in showCurrencyFormatting()
248 sampleLocaleIDs[i], u_errorName(errorCode)); in showCurrencyFormatting()