Searched refs:u_strstr (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 735 s!=u_strstr(s, &nul) || in TestSurrogateSearching() 757 first!=u_strstr(s+1, sub_a) || in TestSurrogateSearching() 781 NULL!=u_strstr(s+1, sub_b) || in TestSurrogateSearching() 816 first!=u_strstr(s+1, sub_lead) || in TestSurrogateSearching() 841 first!=u_strstr(s+1, sub_trail) || in TestSurrogateSearching() 865 first!=u_strstr(s+1, sub_supp) || in TestSurrogateSearching() 900 NULL!=u_strstr(s+1, sub_supp2) || in TestSurrogateSearching() 919 first!=u_strstr(s+1, sub_a_lead) || in TestSurrogateSearching() 936 first!=u_strstr(s+1, sub_trail_a) || in TestSurrogateSearching() 952 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 | 538 UChar *p0=u_strstr(separator, sub0); in uloc_getDisplayName() 539 UChar *p1=u_strstr(separator, sub1); in uloc_getDisplayName() 555 UChar *p0=u_strstr(pattern, sub0); in uloc_getDisplayName() 556 UChar *p1=u_strstr(pattern, sub1); in uloc_getDisplayName()
|
D | ustring.cpp | 194 u_strstr(const UChar *s, const UChar *substring) { in u_strstr() function
|
/external/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 371 p0=u_strstr(separator, sub0); in ulocdata_getLocaleSeparator() 372 p1=u_strstr(separator, sub1); in ulocdata_getLocaleSeparator()
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 187 u_strstr(const UChar *s, const UChar *substring);
|
D | urename.h | 391 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 187 u_strstr(const UChar *s, const UChar *substring);
|
D | urename.h | 391 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 482 return u_strstr(s, substring); in u_strstr_android()
|