Searched refs:u_strstr (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 733 s!=u_strstr(s, &nul) || in TestSurrogateSearching() 755 first!=u_strstr(s+1, sub_a) || in TestSurrogateSearching() 779 NULL!=u_strstr(s+1, sub_b) || in TestSurrogateSearching() 814 first!=u_strstr(s+1, sub_lead) || in TestSurrogateSearching() 839 first!=u_strstr(s+1, sub_trail) || in TestSurrogateSearching() 863 first!=u_strstr(s+1, sub_supp) || in TestSurrogateSearching() 898 NULL!=u_strstr(s+1, sub_supp2) || in TestSurrogateSearching() 917 first!=u_strstr(s+1, sub_a_lead) || in TestSurrogateSearching() 934 first!=u_strstr(s+1, sub_trail_a) || in TestSurrogateSearching() 950 NULL!=u_strstr(s+1, sub_aba) || in TestSurrogateSearching() [all …]
|
D | cdattst.c | 477 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) { in TestRelativeDateFormat() 484 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) { in TestRelativeDateFormat() 491 …} else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dt… in TestRelativeDateFormat() 503 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) { in TestRelativeDateFormat() 531 } else if ( u_strstr(strDateTime, strDate) == NULL ) { in TestRelativeDateFormat() 548 } else if ( u_strstr(strDateTime, strTime) == NULL ) { in TestRelativeDateFormat() 552 strPtr = u_strstr(strDateTime, minutesStr); in TestRelativeDateFormat()
|
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 536 UChar *p0=u_strstr(separator, sub0); in uloc_getDisplayName() 537 UChar *p1=u_strstr(separator, sub1); in uloc_getDisplayName() 553 UChar *p0=u_strstr(pattern, sub0); in uloc_getDisplayName() 554 UChar *p1=u_strstr(pattern, sub1); in uloc_getDisplayName()
|
D | ustring.cpp | 191 u_strstr(const UChar *s, const UChar *substring) { in u_strstr() function
|
/external/icu/icu4c/source/i18n/ |
D | ulocdata.c | 373 p0=u_strstr(separator, sub0); in ulocdata_getLocaleSeparator() 374 p1=u_strstr(separator, sub1); in ulocdata_getLocaleSeparator()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 185 u_strstr(const UChar *s, const UChar *substring);
|
D | urename.h | 390 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|