/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 734 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 …]
|
D | cdattst.c | 460 } 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/ |
D | custrtst.c | 738 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 …]
|
D | cdattst.c | 452 } 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/ |
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/chromium_org/third_party/icu/source/common/ |
D | locdispnames.cpp | 663 UChar *p0 = u_strstr(dispLocPattern,pat0); in uloc_getDisplayName() 664 UChar *p1 = u_strstr(dispLocPattern,pat1); in uloc_getDisplayName()
|
D | ustring.c | 190 u_strstr(const UChar *s, const UChar *substring) { in u_strstr() function
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ustring.h | 180 u_strstr(const UChar *s, const UChar *substring);
|
D | urename.h | 396 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 185 u_strstr(const UChar *s, const UChar *substring);
|
D | urename.h | 386 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
D | dumpce.cpp | 1129 if (u_strstr(ch1, ch2) != NULL) { in hasSubNFD() 1141 if (u_strstr(norm, ch2) != NULL) { in hasSubNFD()
|