/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | 300 * @see u_memrchr 858 u_memrchr(const UChar *s, UChar c, int32_t count); 874 * @see u_memrchr [all...] |
urename.h | 229 #define u_memrchr u_memrchr_3_2 macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | 300 * @see u_memrchr 858 u_memrchr(const UChar *s, UChar c, int32_t count); 874 * @see u_memrchr [all...] |
urename.h | 229 #define u_memrchr u_memrchr_3_2 macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | 300 * @see u_memrchr 858 u_memrchr(const UChar *s, UChar c, int32_t count); 874 * @see u_memrchr [all...] |
urename.h | 229 #define u_memrchr u_memrchr_3_2 macro [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | 300 * @see u_memrchr 858 u_memrchr(const UChar *s, UChar c, int32_t count); 874 * @see u_memrchr [all...] |
urename.h | 229 #define u_memrchr u_memrchr_3_2 macro [all...] |
/external/icu4c/common/ |
ustring.c | 319 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); [all...] |
unistr.cpp | 999 const UChar *match = u_memrchr(array + start, c, length); [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 730 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) || [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 306 * @see u_memrchr 864 u_memrchr(const UChar *s, UChar c, int32_t count); 880 * @see u_memrchr [all...] |
urename.h | 332 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro [all...] |