Home | History | Annotate | Download | only in common

Lines Matching defs:u_strrchr

299      * search forward and find all matches like in u_strrchr() and similar.
319 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
368 u_strrchr(const UChar *s, UChar c) {
393 return u_strrchr(s, (UChar)c);