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

  /external/icu/icu4c/source/common/
brkeng.cpp 253 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
ustring.cpp 323 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
416 u_memrchr(const UChar *s, UChar c, int32_t count) { function
438 return u_memrchr(s, (UChar)c, count);
    [all...]
unistr.cpp 1132 const UChar *match = u_memrchr(array + start, c, length);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 727 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) ||
764 last!=u_memrchr(s+1, a, 9) ||
788 NULL!=u_memrchr(s+1, b, 9) ||
823 first!=u_memrchr(s+1, lead, 9) ||
848 first!=u_memrchr(s+1, trail, 9) ||
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 313 * @see u_memrchr
861 u_memrchr(const UChar *s, UChar c, int32_t count);
877 * @see u_memrchr
    [all...]
urename.h 320 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro
    [all...]

Completed in 129 milliseconds