Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4076 ByteString twoString; in Replace() local
4079 twoString = ValueToUTF8String(argTwo.get()); in Replace()
4088 size_t iFindLen = twoString.GetLength(); in Replace()
4093 if (ch != static_cast<char>(twoString[iFindIndex])) { in Replace()
4102 if (chTemp != twoString[iFindIndex]) { in Replace()