Searched refs:u_strstr (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 739 s!=u_strstr(s, &nul) || in TestSurrogateSearching() 761 first!=u_strstr(s+1, sub_a) || in TestSurrogateSearching() 785 NULL!=u_strstr(s+1, sub_b) || in TestSurrogateSearching() 820 first!=u_strstr(s+1, sub_lead) || in TestSurrogateSearching() 845 first!=u_strstr(s+1, sub_trail) || in TestSurrogateSearching() 869 first!=u_strstr(s+1, sub_supp) || in TestSurrogateSearching() 904 NULL!=u_strstr(s+1, sub_supp2) || in TestSurrogateSearching() 923 first!=u_strstr(s+1, sub_a_lead) || in TestSurrogateSearching() 940 first!=u_strstr(s+1, sub_trail_a) || in TestSurrogateSearching() 956 NULL!=u_strstr(s+1, sub_aba) || in TestSurrogateSearching() [all …]
|
D | cdattst.c | 486 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) { in TestRelativeDateFormat() 493 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) { in TestRelativeDateFormat() 500 …} else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dt… in TestRelativeDateFormat() 512 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) { in TestRelativeDateFormat() 540 } else if ( u_strstr(strDateTime, strDate) == NULL ) { in TestRelativeDateFormat() 557 } else if ( u_strstr(strDateTime, strTime) == NULL ) { in TestRelativeDateFormat() 561 strPtr = u_strstr(strDateTime, minutesStr); in TestRelativeDateFormat()
|
D | cnumtst.c | 3501 } else if (ulen < 3 || u_strstr(ubuf, u"#.#")==NULL) { in TestMinIntMinFracZero()
|
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 548 UChar *p0=u_strstr(separator, sub0); in uloc_getDisplayName() 549 UChar *p1=u_strstr(separator, sub1); in uloc_getDisplayName() 565 UChar *p0=u_strstr(pattern, sub0); in uloc_getDisplayName() 566 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/libicu/ |
D | libicu.map.txt | 121 u_strstr;
|
/external/icu/tools/icu4c_srcgen/ |
D | libicu_export.txt | 122 u_strstr
|
/external/icu/libicu/ndk_headers/unicode/ |
D | ustring.h | 196 u_strstr(const UChar *s, const UChar *substring) __INTRODUCED_IN(31);
|
D | urename.h | 395 #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 | 395 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 187 u_strstr(const UChar *s, const UChar *substring);
|
D | urename.h | 395 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ustring.h | 187 u_strstr(const UChar *s, const UChar *substring);
|
/external/icu/libicu/src/ |
D | shim.cpp | 123 #undef u_strstr 599 UChar * u_strstr(const UChar * s, const UChar * substring) { in u_strstr() function 600 return U_ICU_ENTRY_POINT_RENAME(u_strstr)(s, substring); in u_strstr()
|