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

/external/chromium_org/third_party/icu/source/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);
/external/icu4c/common/
H A Dustring.cpp320 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
413 u_memrchr(const UChar *s, UChar c, int32_t count) { function
435 return u_memrchr(s, (UChar)c, count);
/external/icu4c/common/unicode/
H A Durename.h319 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h332 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro

Completed in 238 milliseconds