Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcdattst.c62 int32_t numlocales; in TestDateFormat() local
120 numlocales=udat_countAvailable(); in TestDateFormat()
122 if(numlocales < 0) in TestDateFormat()
124 …"The number of locales for which date/time formatting patterns are available is %d\n", numlocales); in TestDateFormat()
126 for(i=0;i<numlocales;i++) { in TestDateFormat()
Dcnumtst.c109 int32_t numlocales; in TestNumberFormat() local
182 numlocales=unum_countAvailable(); in TestNumberFormat()
183 if(numlocales < 0) in TestNumberFormat()
187 … log_verbose("The no: of locales where number formattting is applicable is %d\n", numlocales); in TestNumberFormat()
189 for(i=0;i<numlocales;i++) in TestNumberFormat()