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

  /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 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/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/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 174 u_strstr(const UChar *s, const UChar *substring);
194 * @see u_strstr
214 * @see u_strstr
234 * @see u_strstr
256 * @see u_strstr
281 * @see u_strstr
    [all...]
urename.h 286 #define u_strstr u_strstr_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 174 u_strstr(const UChar *s, const UChar *substring);
194 * @see u_strstr
214 * @see u_strstr
234 * @see u_strstr
256 * @see u_strstr
281 * @see u_strstr
    [all...]
urename.h 286 #define u_strstr u_strstr_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 174 u_strstr(const UChar *s, const UChar *substring);
194 * @see u_strstr
214 * @see u_strstr
234 * @see u_strstr
256 * @see u_strstr
281 * @see u_strstr
    [all...]
urename.h 286 #define u_strstr u_strstr_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 174 u_strstr(const UChar *s, const UChar *substring);
194 * @see u_strstr
214 * @see u_strstr
234 * @see u_strstr
256 * @see u_strstr
281 * @see u_strstr
    [all...]
urename.h 286 #define u_strstr u_strstr_3_2 macro
    [all...]
  /external/icu4c/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/tools/dumpce/
dumpce.cpp     [all...]

Completed in 2114 milliseconds