Home
last modified time | relevance | path

Searched refs:cIdx (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dunames.cpp1569 uint32_t cIdx; in u_charFromName() local
1588 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()
/external/clang/tools/libclang/
DIndexing.cpp409 explicit IndexSessionData(CXIndex cIdx) in IndexSessionData()
410 : CIdx(cIdx), SkipBodyData(new SessionSkipBodyData) {} in IndexSessionData()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2364 for (uint32_t cIdx = 0; cIdx < colorMax; ++cIdx) { in verify_renderpass_compatibility() local
2365 …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()