Searched refs:iFindIndex (Results 1 – 1 of 1) sorted by relevance
4260 int32_t iFindIndex = 0; in Replace() local4263 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()