/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 738 s!=u_strstr(s, &nul) || 760 first!=u_strstr(s+1, sub_a) || 784 NULL!=u_strstr(s+1, sub_b) || 819 first!=u_strstr(s+1, sub_lead) || 844 first!=u_strstr(s+1, sub_trail) || 868 first!=u_strstr(s+1, sub_supp) || [all...] |
cdattst.c | 452 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) { 459 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) { 466 } else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dtpatLen != u_strlen(strDateTime) ) { 478 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) { 497 } else if ( u_strstr(strDateTime, strDate) == NULL ) { 505 } else if ( u_strstr(strDateTime, strTime) == NULL ) { 509 strPtr = u_strstr(strDateTime, minutesStr); [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 738 s!=u_strstr(s, &nul) || 760 first!=u_strstr(s+1, sub_a) || 784 NULL!=u_strstr(s+1, sub_b) || 819 first!=u_strstr(s+1, sub_lead) || 844 first!=u_strstr(s+1, sub_trail) || 868 first!=u_strstr(s+1, sub_supp) || [all...] |
cdattst.c | 460 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) { 467 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) { 474 } else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dtpatLen != u_strlen(strDateTime) ) { 486 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) { 514 } else if ( u_strstr(strDateTime, strDate) == NULL ) { 531 } else if ( u_strstr(strDateTime, strTime) == NULL ) { 535 strPtr = u_strstr(strDateTime, minutesStr); [all...] |
citertst.c | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
locdispnames.cpp | 663 UChar *p0 = u_strstr(dispLocPattern,pat0); 664 UChar *p1 = u_strstr(dispLocPattern,pat1);
|
ustring.c | 190 u_strstr(const UChar *s, const UChar *substring) { function [all...] |
/external/icu4c/common/ |
locdispnames.cpp | 530 UChar *p0=u_strstr(pattern, sub0); 531 UChar *p1=u_strstr(pattern, sub1);
|
ustring.cpp | 191 u_strstr(const UChar *s, const UChar *substring) { function [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 180 u_strstr(const UChar *s, const UChar *substring); 200 * @see u_strstr 220 * @see u_strstr 240 * @see u_strstr 262 * @see u_strstr 287 * @see u_strstr [all...] |
urename.h | 396 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 185 u_strstr(const UChar *s, const UChar *substring); 205 * @see u_strstr 225 * @see u_strstr 245 * @see u_strstr 267 * @see u_strstr 292 * @see u_strstr [all...] |
urename.h | 385 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro [all...] |
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | [all...] |