Lines Matching refs:CopyAndPad
462 static void CopyAndPad( in CopyAndPad() function
533 CopyAndPad(result, xData, chars, xChars); in MaxMinHelper()
535 CopyAndPad(result, accumData, chars, accumChars); in MaxMinHelper()
680 CopyAndPad(lhs.Element<char>(lhsAt), rhs.Element<char>(rhsAt), lhsBytes, in RTNAME()
687 CopyAndPad(lhs.Element<char>(lhsAt), rhs.Element<char16_t>(rhsAt), in RTNAME()
694 CopyAndPad(lhs.Element<char>(lhsAt), rhs.Element<char32_t>(rhsAt), in RTNAME()
708 CopyAndPad(lhs.Element<char16_t>(lhsAt), rhs.Element<char>(rhsAt), in RTNAME()
715 CopyAndPad(lhs.Element<char16_t>(lhsAt), rhs.Element<char16_t>(rhsAt), in RTNAME()
722 CopyAndPad(lhs.Element<char16_t>(lhsAt), rhs.Element<char32_t>(rhsAt), in RTNAME()
736 CopyAndPad(lhs.Element<char32_t>(lhsAt), rhs.Element<char>(rhsAt), in RTNAME()
743 CopyAndPad(lhs.Element<char32_t>(lhsAt), rhs.Element<char16_t>(rhsAt), in RTNAME()
750 CopyAndPad(lhs.Element<char32_t>(lhsAt), rhs.Element<char32_t>(rhsAt), in RTNAME()