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

  /external/icu4c/test/cintltst/
custrtst.c 731 first!=u_memrchr32(s, nul, LENGTHOF(s))
768 last!=u_memrchr32(s+1, a, 9) ||
792 NULL!=u_memrchr32(s+1, b, 9) ||
807 NULL!=u_memrchr32(s+1, ill, 9)
827 first!=u_memrchr32(s+1, lead, 9) ||
852 first!=u_memrchr32(s+1, trail, 9) ||
874 last!=u_memrchr32(s+1, supp, 9) ||
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 854 * @see u_memrchr32
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 230 #define u_memrchr32 u_memrchr32_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 854 * @see u_memrchr32
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 230 #define u_memrchr32 u_memrchr32_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 854 * @see u_memrchr32
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 230 #define u_memrchr32 u_memrchr32_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 854 * @see u_memrchr32
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 230 #define u_memrchr32 u_memrchr32_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 860 * @see u_memrchr32
884 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
urename.h 333 #define u_memrchr32 U_ICU_ENTRY_POINT_RENAME(u_memrchr32) macro
    [all...]
  /external/icu4c/common/
ustring.c 431 u_memrchr32(const UChar *s, UChar32 c, int32_t count) { function
    [all...]
unistr.cpp 1016 const UChar *match = u_memrchr32(array + start, c, length);
    [all...]

Completed in 48 milliseconds