Lines Matching refs:yChars
34 const CHAR *x, const CHAR *y, std::size_t xChars, std::size_t yChars) { in Compare() argument
35 auto minChars{std::min(xChars, yChars)}; in Compare()
45 if (xChars == yChars) { in Compare()
63 return -CompareToBlankPadding(y, yChars - minChars); in Compare()
102 std::size_t yChars{y.ElementBytes() >> shift<char>}; in Compare() local
106 Compare(x.Element<CHAR>(xAt), y.Element<CHAR>(yAt), xChars, yChars); in Compare()
562 const char *x, const char *y, std::size_t xChars, std::size_t yChars) { in RTNAME()
563 return Compare(x, y, xChars, yChars); in RTNAME()
567 std::size_t xChars, std::size_t yChars) { in RTNAME()
568 return Compare(x, y, xChars, yChars); in RTNAME()
572 std::size_t xChars, std::size_t yChars) { in RTNAME()
573 return Compare(x, y, xChars, yChars); in RTNAME()