Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcdattst.c77 int32_t numlocales; in TestDateFormat() local
135 numlocales=udat_countAvailable(); in TestDateFormat()
137 if(numlocales < 0) in TestDateFormat()
139 …"The number of locales for which date/time formatting patterns are available is %d\n", numlocales); in TestDateFormat()
141 for(i=0;i<numlocales;i++) { in TestDateFormat()
Dcnumtst.c171 int32_t numlocales; in TestNumberFormat() local
244 numlocales=unum_countAvailable(); in TestNumberFormat()
245 if(numlocales < 0) in TestNumberFormat()
249 … log_verbose("The no: of locales where number formattting is applicable is %d\n", numlocales); in TestNumberFormat()
251 for(i=0;i<numlocales;i++) in TestNumberFormat()