Searched refs:u_strFindFirst (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtst.c735 s!=u_strFindFirst(s, -1, &nul, -1) ||
736 s!=u_strFindFirst(s, -1, &nul, 0) ||
737 s!=u_strFindFirst(s, LENGTHOF(s), &nul, -1) ||
738 s!=u_strFindFirst(s, LENGTHOF(s), &nul, 0) ||
757 first!=u_strFindFirst(s+1, -1, sub_a, -1) ||
758 first!=u_strFindFirst(s+1, -1, &a, 1) ||
759 first!=u_strFindFirst(s+1, 9, sub_a, -1) ||
760 first!=u_strFindFirst(s+1, 9, &a, 1) ||
781 NULL!=u_strFindFirst(s+1, -1, sub_b, -1) ||
782 NULL!=u_strFindFirst(
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp53 u_strFindFirst(const UChar *s, int32_t length, function
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():
H A Dunistr.cpp955 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h181 * @see u_strFindFirst
209 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
226 * @see u_strFindFirst
246 * @see u_strFindFirst
268 * @see u_strFindFirst
826 * @see u_strFindFirst
846 * @see u_strFindFirst
H A Durename.h344 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h176 * @see u_strFindFirst
204 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
221 * @see u_strFindFirst
241 * @see u_strFindFirst
263 * @see u_strFindFirst
821 * @see u_strFindFirst
841 * @see u_strFindFirst
H A Durename.h354 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h176 * @see u_strFindFirst
204 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
221 * @see u_strFindFirst
241 * @see u_strFindFirst
263 * @see u_strFindFirst
821 * @see u_strFindFirst
841 * @see u_strFindFirst
H A Durename.h354 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h176 * @see u_strFindFirst
204 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
221 * @see u_strFindFirst
241 * @see u_strFindFirst
263 * @see u_strFindFirst
821 * @see u_strFindFirst
841 * @see u_strFindFirst
H A Durename.h354 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro

Completed in 283 milliseconds