Searched refs:bsOne (Results 1 – 1 of 1) sorted by relevance
3144 ByteString bsOne = ValueToUTF8String(argOne.get()); in Within() local3148 (bsOne.Compare(bsLow.AsStringView()) >= 0) && in Within()3149 (bsOne.Compare(bsHeight.AsStringView()) <= 0)); in Within()3979 ByteString bsOne; in Replace() local3982 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()