Home | History | Annotate | Download | only in common

Lines Matching refs:u_strrchr

300      * search forward and find all matches like in u_strrchr() and similar.
320 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
369 u_strrchr(const UChar *s, UChar c) {
394 return u_strrchr(s, (UChar)c);