Home | History | Annotate | Download | only in common

Lines Matching defs:u_strchr

73             return u_strchr(s, cs);
119 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
195 u_strchr(const UChar *s, UChar c) {
219 return u_strchr(s, (UChar)c);