Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3994 size_t iFindIndex = 0; in Replace() local
3997 if (ch != static_cast<char>(bsTwo[iFindIndex])) { in Replace()
4003 ++iFindIndex; in Replace()
4004 while (iFindIndex < iFindLen) { in Replace()
4006 if (chTemp != bsTwo[iFindIndex]) { in Replace()
4007 iFindIndex = 0; in Replace()
4012 ++iFindIndex; in Replace()
4014 if (iFindIndex == iFindLen) { in Replace()
4017 iFindIndex = 0; in Replace()