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

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 738 s!=u_strrstr(s, &nul) ||
764 (s+10)!=u_strrstr(s+1, sub_a) ||
788 NULL!=u_strrstr(s+1, sub_b) ||
823 first!=u_strrstr(s+1, sub_lead) ||
848 first!=u_strrstr(s+1, sub_trail) ||
870 last!=u_strrstr(s+1, sub_supp) ||
    [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 388 #define u_strrstr U_ICU_ENTRY_POINT_RENAME(u_strrstr) macro
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 364 u_strrstr(const UChar *s, const UChar *substring) { function
    [all...]

Completed in 322 milliseconds