Searched refs:cIdx (Results 1 – 3 of 3) sorted by relevance
1569 uint32_t cIdx; in u_charFromName() local1588 for (lower[i] = 0, cIdx = 0; cIdx < UPRV_LENGTHOF(charCatNames); ++cIdx) { in u_charFromName()1590 if (!uprv_strcmp(lower + 1, charCatNames[cIdx])) { in u_charFromName()1591 if (getCharCat(cp) == cIdx) { in u_charFromName()
409 explicit IndexSessionData(CXIndex cIdx) in IndexSessionData()410 : CIdx(cIdx), SkipBodyData(new SessionSkipBodyData) {} in IndexSessionData()
2364 for (uint32_t cIdx = 0; cIdx < colorMax; ++cIdx) { in verify_renderpass_compatibility() local2365 …if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, pr… in verify_renderpass_compatibility()2369 …errorStr << "color attachments at index " << cIdx << " of subpass index " << spIndex << " are not … in verify_renderpass_compatibility()2372 …} else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttach… in verify_renderpass_compatibility()2377 …errorStr << "resolve attachments at index " << cIdx << " of subpass index " << spIndex << " are no… in verify_renderpass_compatibility()