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

  /external/icu/icu4c/source/common/
ustring.cpp 303 * search forward and find all matches like in u_strrchr() and similar.
323 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
372 u_strrchr(const UChar *s, UChar c) { function
397 return u_strrchr(s, (UChar)c);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 387 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro
    [all...]
  /external/icu/libandroidicu/include/unicode/
urename.h 387 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro
    [all...]

Completed in 1267 milliseconds