Home | History | Annotate | Download | only in common

Lines Matching defs:u_strchr

74             return u_strchr(s, cs);
120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
196 u_strchr(const UChar *s, UChar c) {
220 return u_strchr(s, (UChar)c);