Home | History | Annotate | Download | only in cintltst

Lines Matching full:loccount

803     int32_t locCount,i;
806 locCount=uloc_countAvailable();
807 if (locCount == 0)
811 else if(locCount < 0){
812 log_data_err("countAvailable() returned a wrong value!= %d\n", locCount);
815 log_info("Number of locales returned = %d\n", locCount);
817 for(i=0;i<locCount;i++){