Searched refs:numlocales (Results 1 – 2 of 2) sorted by relevance
77 int32_t numlocales; in TestDateFormat() local135 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()
161 int32_t numlocales; in TestNumberFormat() local234 numlocales=unum_countAvailable(); in TestNumberFormat()235 if(numlocales < 0) in TestNumberFormat()239 … log_verbose("The no: of locales where number formattting is applicable is %d\n", numlocales); in TestNumberFormat()241 for(i=0;i<numlocales;i++) in TestNumberFormat()