Home | History | Annotate | Download | only in common

Lines Matching refs:u_memchr

120         return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
238 u_memchr(const UChar *s, UChar c, int32_t count) {
260 return u_memchr(s, (UChar)c, count);