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

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h300 * @see u_memrchr
858 u_memrchr(const UChar *s, UChar c, int32_t count);
874 * @see u_memrchr
H A Durename.h229 #define u_memrchr u_memrchr_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h300 * @see u_memrchr
858 u_memrchr(const UChar *s, UChar c, int32_t count);
874 * @see u_memrchr
H A Durename.h229 #define u_memrchr u_memrchr_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h300 * @see u_memrchr
858 u_memrchr(const UChar *s, UChar c, int32_t count);
874 * @see u_memrchr
H A Durename.h229 #define u_memrchr u_memrchr_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h300 * @see u_memrchr
858 u_memrchr(const UChar *s, UChar c, int32_t count);
874 * @see u_memrchr
H A Durename.h229 #define u_memrchr u_memrchr_3_2 macro
/external/icu4c/common/
H A Dustring.c319 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
412 u_memrchr(const UChar *s, UChar c, int32_t count) { function
434 return u_memrchr(s, (UChar)c, count);
H A Dunistr.cpp1000 const UChar *match = u_memrchr(array + start, c, length);
/external/icu4c/test/cintltst/
H A Dcustrtst.c730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
767 last!=u_memrchr(s+1, a, 9) ||
791 NULL!=u_memrchr(s+1, b, 9) ||
826 first!=u_memrchr(s+1, lead, 9) ||
851 first!=u_memrchr(s+1, trail, 9) ||
/external/icu4c/common/unicode/
H A Dustring.h306 * @see u_memrchr
864 u_memrchr(const UChar *s, UChar c, int32_t count);
880 * @see u_memrchr
H A Durename.h334 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro

Completed in 81 milliseconds