Lines Matching full:lhs
114 streq(const UChar* lhs, const UChar* rhs) {115 if (rhs == lhs) {118 if (lhs && rhs) {119 return u_strcmp(lhs, rhs) == 0;