Searched refs:u_strstr (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c733 s!=u_strstr(s, &nul) ||
755 first!=u_strstr(s+1, sub_a) ||
779 NULL!=u_strstr(s+1, sub_b) ||
814 first!=u_strstr(s+1, sub_lead) ||
839 first!=u_strstr(s+1, sub_trail) ||
863 first!=u_strstr(s+1, sub_supp) ||
898 NULL!=u_strstr(s+1, sub_supp2) ||
917 first!=u_strstr(s+1, sub_a_lead) ||
934 first!=u_strstr(s+1, sub_trail_a) ||
950 NULL!=u_strstr(
[all...]
H A Dcdattst.c477 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) {
484 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) {
491 } else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dtpatLen != u_strlen(strDateTime) ) {
503 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) {
531 } else if ( u_strstr(strDateTime, strDate) == NULL ) {
548 } else if ( u_strstr(strDateTime, strTime) == NULL ) {
552 strPtr = u_strstr(strDateTime, minutesStr);
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp536 UChar *p0=u_strstr(separator, sub0);
537 UChar *p1=u_strstr(separator, sub1);
553 UChar *p0=u_strstr(pattern, sub0);
554 UChar *p1=u_strstr(pattern, sub1);
H A Dustring.cpp191 u_strstr(const UChar *s, const UChar *substring) { function
/external/icu/icu4c/source/i18n/
H A Dulocdata.c373 p0=u_strstr(separator, sub0);
374 p1=u_strstr(separator, sub1);
/external/icu/icu4c/source/common/unicode/
H A Dustring.h185 u_strstr(const UChar *s, const UChar *substring);
205 * @see u_strstr
225 * @see u_strstr
245 * @see u_strstr
267 * @see u_strstr
292 * @see u_strstr
H A Durename.h390 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro

Completed in 3066 milliseconds