Home
last modified time | relevance | path

Searched refs:unitEnd (Results 1 – 2 of 2) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java1019 int unitEnd;
1022 unitEnd = unitStart + 1;
1035 unitEnd = pos;
1042 unitEnd = unitStart = exponentEnd;
1045 type = unitStart == unitEnd
1051 pos = unitEnd;
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp482 CharUnits unitBegin, unitEnd; in finish() local
486 unitEnd = unitBegin + unitSize; in finish()
487 if (unitEnd >= localEnd) break; in finish()
494 Entries.push_back({unitBegin, unitEnd, entryTy}); in finish()