Home
last modified time | relevance | path

Searched refs:u_strrstr (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/test/cintltst/
Dcustrtst.c743 s!=u_strrstr(s, &nul) || in TestSurrogateSearching()
769 (s+10)!=u_strrstr(s+1, sub_a) || in TestSurrogateSearching()
793 NULL!=u_strrstr(s+1, sub_b) || in TestSurrogateSearching()
828 first!=u_strrstr(s+1, sub_lead) || in TestSurrogateSearching()
853 first!=u_strrstr(s+1, sub_trail) || in TestSurrogateSearching()
875 last!=u_strrstr(s+1, sub_supp) || in TestSurrogateSearching()
910 NULL!=u_strrstr(s+1, sub_supp2) || in TestSurrogateSearching()
927 first!=u_strrstr(s+1, sub_a_lead) || in TestSurrogateSearching()
944 first!=u_strrstr(s+1, sub_trail_a) || in TestSurrogateSearching()
960 NULL!=u_strrstr(s+1, sub_aba) || in TestSurrogateSearching()
/external/webkit/WebCore/icu/unicode/
Dustring.h261 u_strrstr(const UChar *s, const UChar *substring);
Durename.h284 #define u_strrstr u_strrstr_3_2 macro
/external/webkit/JavaScriptCore/icu/unicode/
Dustring.h261 u_strrstr(const UChar *s, const UChar *substring);
Durename.h284 #define u_strrstr u_strrstr_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
Dustring.h261 u_strrstr(const UChar *s, const UChar *substring);
Durename.h284 #define u_strrstr u_strrstr_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
Dustring.h261 u_strrstr(const UChar *s, const UChar *substring);
Durename.h284 #define u_strrstr u_strrstr_3_2 macro
/external/icu4c/common/unicode/
Dustring.h266 u_strrstr(const UChar *s, const UChar *substring);
Durename.h335 #define u_strrstr u_strrstr_3_8 macro
/external/icu4c/common/
Dustring.c363 u_strrstr(const UChar *s, const UChar *substring) { in u_strrstr() function