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

  /external/icu/icu4c/source/common/
ustring.cpp 300 * search forward and find all matches like in u_strrchr() and similar.
320 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
369 u_strrchr(const UChar *s, UChar c) { function
394 return u_strrchr(s, (UChar)c);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 723 first!=u_strrchr(s, nul) ||
760 (s+10)!=u_strrchr(s+1, a) ||
784 NULL!=u_strrchr(s+1, b) ||
819 first!=u_strrchr(s+1, lead) ||
844 first!=u_strrchr(s+1, trail) ||
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 316 u_strrchr(const UChar *s, UChar c);
330 * @see u_strrchr
864 * @see u_strrchr
    [all...]
urename.h 386 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro
    [all...]

Completed in 44 milliseconds