Lines Matching refs:mid
932 uint32_t mid = high;950 mid = (high+low) >> 1; /*Finds median*/952 if (mid == oldmid) 955 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);957 high = mid;960 low = mid;963 return getHostID(&gPosixIDmap[mid], posixID, status);965 oldmid = mid;