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

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 735 s!=u_strstr(s, &nul) ||
757 first!=u_strstr(s+1, sub_a) ||
781 NULL!=u_strstr(s+1, sub_b) ||
816 first!=u_strstr(s+1, sub_lead) ||
841 first!=u_strstr(s+1, sub_trail) ||
865 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/i18n/
ulocdata.cpp 371 p0=u_strstr(separator, sub0);
372 p1=u_strstr(separator, sub1);
  /external/icu/icu4c/source/common/
locdispnames.cpp 538 UChar *p0=u_strstr(separator, sub0);
539 UChar *p1=u_strstr(separator, sub1);
555 UChar *p0=u_strstr(pattern, sub0);
556 UChar *p1=u_strstr(pattern, sub1);
    [all...]
ustring.cpp 194 u_strstr(const UChar *s, const UChar *substring) { function
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 187 u_strstr(const UChar *s, const UChar *substring);
207 * @see u_strstr
227 * @see u_strstr
247 * @see u_strstr
269 * @see u_strstr
294 * @see u_strstr
    [all...]
urename.h 387 #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) macro
    [all...]

Completed in 333 milliseconds