Searched defs:u_strFindFirst (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/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():
/external/icu/icu4c/source/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():
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h352 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h344 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro

Completed in 611 milliseconds