Home | History | Annotate | Download | only in common

Lines Matching defs:u_strFindLast

284 u_strFindLast(const UChar *s, int32_t length,
365 return u_strFindLast(s, -1, substring, -1);
372 return u_strFindLast(s, -1, &c, 1);
418 return u_strFindLast(s, count, &c, 1);