Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3144 ByteString bsOne = ValueToUTF8String(argOne.get()); in Within() local
3148 (bsOne.Compare(bsLow.AsStringView()) >= 0) && in Within()
3149 (bsOne.Compare(bsHeight.AsStringView()) <= 0)); in Within()
3979 ByteString bsOne; in Replace() local
3982 bsOne = ValueToUTF8String(argOne.get()); in Replace()
3995 for (size_t u = 0; u < bsOne.GetLength(); ++u) { in Replace()
3996 char ch = static_cast<char>(bsOne[u]); in Replace()
4005 uint8_t chTemp = bsOne[iTemp]; in Replace()