/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/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 728 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) || [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 728 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) || [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 311 u_strrchr(const UChar *s, UChar c); 325 * @see u_strrchr 859 * @see u_strrchr [all...] |
urename.h | 392 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 316 u_strrchr(const UChar *s, UChar c); 330 * @see u_strrchr 864 * @see u_strrchr [all...] |
urename.h | 381 #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) macro [all...] |