HomeSort by relevance Sort by last modified time
    Searched refs:u_strrstr (Results 1 - 8 of 8) sorted by null

  /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/icu/icu4c/source/test/cintltst/
custrtst.c 739 s!=u_strrstr(s, &nul) ||
765 (s+10)!=u_strrstr(s+1, sub_a) ||
789 NULL!=u_strrstr(s+1, sub_b) ||
824 first!=u_strrstr(s+1, sub_lead) ||
849 first!=u_strrstr(s+1, sub_trail) ||
871 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/icu/icu4c/source/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 384 #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/icu/icu4c/source/common/
ustring.cpp 364 u_strrstr(const UChar *s, const UChar *substring) { function
    [all...]

Completed in 70 milliseconds