Home | History | Annotate | Download | only in common

Lines Matching refs:u_memrchr

320         return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
413 u_memrchr(const UChar *s, UChar c, int32_t count) {
435 return u_memrchr(s, (UChar)c, count);