Searched defs:u_strFindFirst (Results 1 - 6 of 6) sorted by relevance
/external/icu4c/common/ |
H A D | ustring.cpp | 53 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():
|
/external/icu4c/common/unicode/ |
H A D | urename.h | 348 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
H A D | urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
H A D | urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
H A D | urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
H A D | urename.h | 251 #define u_strFindFirst u_strFindFirst_3_2 macro
|
Completed in 99 milliseconds