Searched refs:numlocales (Results 1 – 2 of 2) sorted by relevance
62 int32_t numlocales; in TestDateFormat() local120 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()
109 int32_t numlocales; in TestNumberFormat() local182 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()