Lines Matching refs:ElementBytes
114 std::size_t xChars{x.ElementBytes() >> shift<CHAR>}; in Compare()
115 std::size_t yChars{y.ElementBytes() >> shift<char>}; in Compare()
160 std::size_t elementBytes{string.ElementBytes()}; in AdjustLRHelper()
223 std::size_t stringElementChars{string.ElementBytes() >> shift<CHAR>}; in LenTrim()
404 std::size_t stringElementChars{string.ElementBytes() >> shift<CHAR>}; in GeneralCharFunc()
405 std::size_t argElementChars{arg.ElementBytes() >> shift<CHAR>}; in GeneralCharFunc()
490 std::size_t accumChars{accumulator.ElementBytes() >> shift<CHAR>}; in MaxMinHelper()
491 std::size_t xChars{x.ElementBytes() >> shift<CHAR>}; in MaxMinHelper()
589 std::size_t oldBytes{accumulator.ElementBytes()}; in RTNAME()
592 std::size_t fromBytes{from.ElementBytes()}; in RTNAME()
594 std::size_t newBytes{accumulator.ElementBytes()}; in RTNAME()
619 std::size_t oldLen{accumulator.ElementBytes()}; in RTNAME()
633 std::size_t lhsBytes{lhs.ElementBytes()}; in RTNAME()
634 std::size_t rhsBytes{rhs.ElementBytes()}; in RTNAME()
776 y.OffsetElement<char>(), x.ElementBytes(), y.ElementBytes()); in RTNAME()
779 y.OffsetElement<char16_t>(), x.ElementBytes() >> 1, in RTNAME()
780 y.ElementBytes() >> 1); in RTNAME()
783 y.OffsetElement<char32_t>(), x.ElementBytes() >> 2, in RTNAME()
784 y.ElementBytes() >> 2); in RTNAME()
962 std::size_t origBytes{string.ElementBytes()}; in RTNAME()
981 LenTrim(string.OffsetElement<const char>(), string.ElementBytes()); in RTNAME()
985 string.ElementBytes() >> 1) in RTNAME()
990 string.ElementBytes() >> 2) in RTNAME()