Home | History | Annotate | Download | only in cintltst

Lines Matching refs:locCount

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