Lines Matching refs:u_strFindFirst
53 u_strFindFirst(const UChar *s, int32_t length,
192 return u_strFindFirst(s, -1, substring, -1);
199 return u_strFindFirst(s, -1, &c, 1);
243 return u_strFindFirst(s, count, &c, 1);
297 * This implementation is more lazy than the one for u_strFindFirst():