Home
last modified time | relevance | path

Searched refs:u_strstr (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c734 s!=u_strstr(s, &nul) || in TestSurrogateSearching()
756 first!=u_strstr(s+1, sub_a) || in TestSurrogateSearching()
780 NULL!=u_strstr(s+1, sub_b) || in TestSurrogateSearching()
815 first!=u_strstr(s+1, sub_lead) || in TestSurrogateSearching()
840 first!=u_strstr(s+1, sub_trail) || in TestSurrogateSearching()
864 first!=u_strstr(s+1, sub_supp) || in TestSurrogateSearching()
899 NULL!=u_strstr(s+1, sub_supp2) || in TestSurrogateSearching()
918 first!=u_strstr(s+1, sub_a_lead) || in TestSurrogateSearching()
935 first!=u_strstr(s+1, sub_trail_a) || in TestSurrogateSearching()
951 NULL!=u_strstr(s+1, sub_aba) || in TestSurrogateSearching()
[all …]
Dcdattst.c460 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) { in TestRelativeDateFormat()
467 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) { in TestRelativeDateFormat()
474 …} else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dt… in TestRelativeDateFormat()
486 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) { in TestRelativeDateFormat()
514 } else if ( u_strstr(strDateTime, strDate) == NULL ) { in TestRelativeDateFormat()
531 } else if ( u_strstr(strDateTime, strTime) == NULL ) { in TestRelativeDateFormat()
535 strPtr = u_strstr(strDateTime, minutesStr); in TestRelativeDateFormat()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcustrtst.c738 s!=u_strstr(s, &nul) || in TestSurrogateSearching()
760 first!=u_strstr(s+1, sub_a) || in TestSurrogateSearching()
784 NULL!=u_strstr(s+1, sub_b) || in TestSurrogateSearching()
819 first!=u_strstr(s+1, sub_lead) || in TestSurrogateSearching()
844 first!=u_strstr(s+1, sub_trail) || in TestSurrogateSearching()
868 first!=u_strstr(s+1, sub_supp) || in TestSurrogateSearching()
903 NULL!=u_strstr(s+1, sub_supp2) || in TestSurrogateSearching()
922 first!=u_strstr(s+1, sub_a_lead) || in TestSurrogateSearching()
939 first!=u_strstr(s+1, sub_trail_a) || in TestSurrogateSearching()
955 NULL!=u_strstr(s+1, sub_aba) || in TestSurrogateSearching()
[all …]
Dcdattst.c452 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) { in TestRelativeDateFormat()
459 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) { in TestRelativeDateFormat()
466 …} else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dt… in TestRelativeDateFormat()
478 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) { in TestRelativeDateFormat()
497 } else if ( u_strstr(strDateTime, strDate) == NULL ) { in TestRelativeDateFormat()
505 } else if ( u_strstr(strDateTime, strTime) == NULL ) { in TestRelativeDateFormat()
509 strPtr = u_strstr(strDateTime, minutesStr); in TestRelativeDateFormat()
/external/icu/icu4c/source/common/
Dlocdispnames.cpp536 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()
Dustring.cpp191 u_strstr(const UChar *s, const UChar *substring) { in u_strstr() function
/external/icu/icu4c/source/i18n/
Dulocdata.c373 p0=u_strstr(separator, sub0); in ulocdata_getLocaleSeparator()
374 p1=u_strstr(separator, sub1); in ulocdata_getLocaleSeparator()
/external/chromium_org/third_party/icu/source/common/
Dlocdispnames.cpp663 UChar *p0 = u_strstr(dispLocPattern,pat0); in uloc_getDisplayName()
664 UChar *p1 = u_strstr(dispLocPattern,pat1); in uloc_getDisplayName()
Dustring.c190 u_strstr(const UChar *s, const UChar *substring) { in u_strstr() function
/external/chromium_org/third_party/icu/source/common/unicode/
Dustring.h180 u_strstr(const UChar *s, const UChar *substring);
Durename.h396 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h185 u_strstr(const UChar *s, const UChar *substring);
Durename.h386 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
/external/chromium_org/third_party/icu/source/tools/dumpce/
Ddumpce.cpp1129 if (u_strstr(ch1, ch2) != NULL) { in hasSubNFD()
1141 if (u_strstr(norm, ch2) != NULL) { in hasSubNFD()