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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c 392 static const UChar newTimePatn[] = { 0x0048, 0x0048, 0x002C, 0x006D, 0x006D, 0 }; /* "HH,mm" */
469 udat_applyPatternRelative(fmtRelDateTime, strDate, u_strlen(strDate), newTimePatn, u_strlen(newTimePatn), &status);
478 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) {
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 397 static const UChar newTimePatn[] = { 0x0048, 0x0048, 0x002C, 0x006D, 0x006D, 0 }; /* "HH,mm" */
477 udat_applyPatternRelative(fmtRelDateTime, strDate, u_strlen(strDate), newTimePatn, u_strlen(newTimePatn), &status);
486 } else if ( u_strstr(strDateTime, newTimePatn) == NULL ) {
    [all...]

Completed in 48 milliseconds