/external/icu4c/test/cintltst/ |
custrtst.c | 739 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(s+1, -1, &b, 1) | [all...] |
/external/icu4c/common/ |
ustring.c | 52 u_strFindFirst(const UChar *s, int32_t length, 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(): [all...] |
unistr.cpp | 913 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | 170 * @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 [all...] |
urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | 170 * @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 [all...] |
urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | 170 * @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 [all...] |
urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | 170 * @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 [all...] |
urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 176 * @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 [all...] |
urename.h | 354 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) [all...] |