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

/external/icu4c/test/cintltst/
H A Dcustrtst.c739 s!=u_strFindFirst(s, -1, &nul, -1) ||
740 s!=u_strFindFirst(s, -1, &nul, 0) ||
741 s!=u_strFindFirst(s, LENGTHOF(s), &nul, -1) ||
742 s!=u_strFindFirst(s, LENGTHOF(s), &nul, 0) ||
761 first!=u_strFindFirst(s+1, -1, sub_a, -1) ||
762 first!=u_strFindFirst(s+1, -1, &a, 1) ||
763 first!=u_strFindFirst(s+1, 9, sub_a, -1) ||
764 first!=u_strFindFirst(s+1, 9, &a, 1) ||
785 NULL!=u_strFindFirst(s+1, -1, sub_b, -1) ||
786 NULL!=u_strFindFirst(
[all...]
/external/icu4c/common/
H A Dustring.c52 u_strFindFirst(const UChar *s, int32_t length, function
191 return u_strFindFirst(s, -1, substring, -1);
198 return u_strFindFirst(s, -1, &c, 1);
242 return u_strFindFirst(s, count, &c, 1);
296 * This implementation is more lazy than the one for u_strFindFirst():
H A Dunistr.cpp914 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h170 * @see u_strFindFirst
198 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
215 * @see u_strFindFirst
235 * @see u_strFindFirst
257 * @see u_strFindFirst
815 * @see u_strFindFirst
835 * @see u_strFindFirst
H A Durename.h251 #define u_strFindFirst u_strFindFirst_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h170 * @see u_strFindFirst
198 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
215 * @see u_strFindFirst
235 * @see u_strFindFirst
257 * @see u_strFindFirst
815 * @see u_strFindFirst
835 * @see u_strFindFirst
H A Durename.h251 #define u_strFindFirst u_strFindFirst_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h170 * @see u_strFindFirst
198 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
215 * @see u_strFindFirst
235 * @see u_strFindFirst
257 * @see u_strFindFirst
815 * @see u_strFindFirst
835 * @see u_strFindFirst
H A Durename.h251 #define u_strFindFirst u_strFindFirst_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h170 * @see u_strFindFirst
198 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
215 * @see u_strFindFirst
235 * @see u_strFindFirst
257 * @see u_strFindFirst
815 * @see u_strFindFirst
835 * @see u_strFindFirst
H A Durename.h251 #define u_strFindFirst u_strFindFirst_3_2 macro
/external/icu4c/common/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.h356 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro

Completed in 173 milliseconds