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

  /external/chromium_org/third_party/icu/source/common/
ustring.c 299 * search forward and find all matches like in u_strrchr() and similar.
319 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length);
368 u_strrchr(const UChar *s, UChar c) { function
393 return u_strrchr(s, (UChar)c);
    [all...]
  /external/icu4c/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/icu4c/common/unicode/
urename.h 381 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 392 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro
    [all...]

Completed in 188 milliseconds