Home | History | Annotate | Download | only in common

Lines Matching defs:u_memrchr

319         return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
412 u_memrchr(const UChar *s, UChar c, int32_t count) {
434 return u_memrchr(s, (UChar)c, count);