Home | History | Annotate | Download | only in common

Lines Matching defs:u_strFindLast

283 u_strFindLast(const UChar *s, int32_t length,
364 return u_strFindLast(s, -1, substring, -1);
371 return u_strFindLast(s, -1, &c, 1);
417 return u_strFindLast(s, count, &c, 1);