Home | History | Annotate | Download | only in common

Lines Matching refs:idx

871     uint32_t idx;
873 for (idx = 0; idx < this_0->numRegions; idx++ ) {
874 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
875 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) {
878 return this_0->regionMaps[idx].hostID;
881 bestIdx = idx;
1005 uint32_t idx;
1038 for (idx = 0; idx < gLocaleCount; idx++ ) {
1040 value = getHostID(&gPosixIDmap[idx], posixID, &myStatus);