/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 743 s!=u_strrstr(s, &nul) || 769 (s+10)!=u_strrstr(s+1, sub_a) || 793 NULL!=u_strrstr(s+1, sub_b) || 828 first!=u_strrstr(s+1, sub_lead) || 853 first!=u_strrstr(s+1, sub_trail) || 875 last!=u_strrstr(s+1, sub_supp) | [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 743 s!=u_strrstr(s, &nul) || 769 (s+10)!=u_strrstr(s+1, sub_a) || 793 NULL!=u_strrstr(s+1, sub_b) || 828 first!=u_strrstr(s+1, sub_lead) || 853 first!=u_strrstr(s+1, sub_trail) || 875 last!=u_strrstr(s+1, sub_supp) | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 175 * @see u_strrstr 267 u_strrstr(const UChar *s, const UChar *substring); 307 * @see u_strrstr 327 * @see u_strrstr [all...] |
urename.h | 394 #define u_strrstr U_ICU_ENTRY_POINT_RENAME(u_strrstr) macro [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 180 * @see u_strrstr 272 u_strrstr(const UChar *s, const UChar *substring); 312 * @see u_strrstr 332 * @see u_strrstr [all...] |
urename.h | 383 #define u_strrstr U_ICU_ENTRY_POINT_RENAME(u_strrstr) macro [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustring.c | 363 u_strrstr(const UChar *s, const UChar *substring) { function [all...] |
/external/icu4c/common/ |
ustring.cpp | 364 u_strrstr(const UChar *s, const UChar *substring) { function [all...] |