Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4260 int32_t iFindIndex = 0; in Replace() local
4263 if (ch != twoString.GetAt(iFindIndex)) { in Replace()
4269 ++iFindIndex; in Replace()
4270 while (iFindIndex < iFindLen) { in Replace()
4272 if (chTemp != twoString.GetAt(iFindIndex)) { in Replace()
4273 iFindIndex = 0; in Replace()
4278 ++iFindIndex; in Replace()
4280 if (iFindIndex == iFindLen) { in Replace()
4283 iFindIndex = 0; in Replace()