HomeSort by relevance Sort by last modified time
    Searched refs:u_strstr (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 733 s!=u_strstr(s, &nul) ||
755 first!=u_strstr(s+1, sub_a) ||
779 NULL!=u_strstr(s+1, sub_b) ||
814 first!=u_strstr(s+1, sub_lead) ||
839 first!=u_strstr(s+1, sub_trail) ||
863 first!=u_strstr(s+1, sub_supp) ||
    [all...]
cdattst.c 477 } else if ( u_strstr(strDate, *monthPtnPtr) == NULL || dtpatLen != u_strlen(strDate) ) {
484 } else if ( u_strstr(strTime, minutesPatn) == NULL || dtpatLen != u_strlen(strTime) ) {
491 } else if ( u_strstr(strDateTime, strDate) == NULL || u_strstr(strDateTime, strTime) == NULL || dtpatLen != u_strlen(strDateTime) ) {
503 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) {
531 } else if ( u_strstr(strDateTime, strDate) == NULL ) {
548 } else if ( u_strstr(strDateTime, strTime) == NULL ) {
552 strPtr = u_strstr(strDateTime, minutesStr);
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 536 UChar *p0=u_strstr(separator, sub0);
537 UChar *p1=u_strstr(separator, sub1);
553 UChar *p0=u_strstr(pattern, sub0);
554 UChar *p1=u_strstr(pattern, sub1);
    [all...]
ustring.cpp 191 u_strstr(const UChar *s, const UChar *substring) { function
    [all...]
  /external/icu/icu4c/source/i18n/
ulocdata.c 373 p0=u_strstr(separator, sub0);
374 p1=u_strstr(separator, sub1);
  /external/icu/icu4c/source/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 390 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
    [all...]

Completed in 98 milliseconds