OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strtime
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/contrib/untgz/
untgz.c
109
char *
strtime
OF((time_t *));
191
char *
strtime
(time_t *t)
function
461
printf(" %s <dir> %s\n",
strtime
(&tartime),fname);
477
printf(" %s %9d %s\n",
strtime
(&tartime),remaining,fname);
523
printf(" %s <---> %s\n",
strtime
(&tartime),fname);
/external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c
433
UChar
strTime
[kDateOrTimeOutMax];
463
dtpatLen = udat_toPatternRelativeTime(fmtRelDateTime,
strTime
, kDateAndTimeOutMax, &status);
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) ) {
490
udat_applyPatternRelative(fmtRelDateTime, strDate, u_strlen(strDate),
strTime
, u_strlen(
strTime
), &status); /* restore original */
527
udat_format(fmtTime, dateToUse,
strTime
, kDateOrTimeOutMax, NULL, &status);
531
} else if ( u_strstr(strDateTime,
strTime
) == NULL ) {
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cdattst.c
433
UChar
strTime
[kDateOrTimeOutMax];
463
dtpatLen = udat_toPatternRelativeTime(fmtRelDateTime,
strTime
, kDateAndTimeOutMax, &status);
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) ) {
490
udat_applyPatternRelative(fmtRelDateTime, strDate, u_strlen(strDate),
strTime
, u_strlen(
strTime
), &status); /* restore original */
527
udat_format(fmtTime, dateToUse,
strTime
, kDateOrTimeOutMax, NULL, &status);
531
} else if ( u_strstr(strDateTime,
strTime
) == NULL ) {
[
all
...]
Completed in 159 milliseconds