Home | History | Annotate | Download | only in common

Lines Matching defs:idx

745     uint32_t idx;
747 for (idx = 0; idx < this_0->numRegions; idx++ ) {
748 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
749 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) {
752 return this_0->regionMaps[idx].hostID;
755 bestIdx = idx;
840 uint32_t idx;
873 for (idx = 0; idx < gLocaleCount; idx++ ) {
875 value = getHostID(&gPosixIDmap[idx], posixID, &myStatus);