HomeSort by relevance Sort by last modified time
    Searched full:u_strrchr (Results 1 - 12 of 12) sorted by null

  /external/icu4c/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/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/webkit/JavaScriptCore/icu/unicode/
ustring.h 305 u_strrchr(const UChar *s, UChar c);
319 * @see u_strrchr
853 * @see u_strrchr
    [all...]
urename.h 282 #define u_strrchr u_strrchr_3_2 macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 305 u_strrchr(const UChar *s, UChar c);
319 * @see u_strrchr
853 * @see u_strrchr
    [all...]
urename.h 282 #define u_strrchr u_strrchr_3_2 macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 305 u_strrchr(const UChar *s, UChar c);
319 * @see u_strrchr
853 * @see u_strrchr
    [all...]
urename.h 282 #define u_strrchr u_strrchr_3_2 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 305 u_strrchr(const UChar *s, UChar c);
319 * @see u_strrchr
853 * @see u_strrchr
    [all...]
urename.h 282 #define u_strrchr u_strrchr_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 311 u_strrchr(const UChar *s, UChar c);
325 * @see u_strrchr
859 * @see u_strrchr
    [all...]
urename.h 355 #define u_strrchr u_strrchr_4_2 macro
    [all...]

Completed in 115 milliseconds