HomeSort by relevance Sort by last modified time
    Searched refs:numlocales (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
cdattst.c 68 int32_t numlocales; local
126 numlocales=udat_countAvailable();
128 if(numlocales < 0)
130 log_verbose("The number of locales for which date/time formatting patterns are available is %d\n", numlocales);
132 for(i=0;i<numlocales;i++) {
    [all...]
cnumtst.c 144 int32_t numlocales; local
217 numlocales=unum_countAvailable();
218 if(numlocales < 0)
222 log_verbose("The no: of locales where number formattting is applicable is %d\n", numlocales);
224 for(i=0;i<numlocales;i++)
    [all...]

Completed in 501 milliseconds