Searched refs:u_strrchr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp300 * 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);
/external/icu/icu4c/source/common/
H A Dustring.cpp300 * 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);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c728 first!=u_strrchr(s, nul) ||
765 (s+10)!=u_strrchr(s+1, a) ||
789 NULL!=u_strrchr(s+1, b) ||
824 first!=u_strrchr(s+1, lead) ||
849 first!=u_strrchr(s+1, trail) ||
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c724 first!=u_strrchr(s, nul) ||
761 (s+10)!=u_strrchr(s+1, a) ||
785 NULL!=u_strrchr(s+1, b) ||
820 first!=u_strrchr(s+1, lead) ||
845 first!=u_strrchr(s+1, trail) ||
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h316 u_strrchr(const UChar *s, UChar c);
330 * @see u_strrchr
864 * @see u_strrchr
H A Durename.h390 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h316 u_strrchr(const UChar *s, UChar c);
330 * @see u_strrchr
864 * @see u_strrchr
H A Durename.h382 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro

Completed in 233 milliseconds