HomeSort by relevance Sort by last modified time
    Searched refs:u_memrchr (Results 1 - 18 of 18) sorted by null

  /external/webkit/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/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/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/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/chromium/third_party/icu/source/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 986 const UChar *match = u_memrchr(array + start, c, length);
    [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 998 const UChar *match = u_memrchr(array + start, c, length);
    [all...]
  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/public/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 297 #define u_memrchr u_memrchr_4_2 macro
    [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 329 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro
    [all...]

Completed in 555 milliseconds