OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icutime
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/compat/
tzdate.c
33
void getICUCurrentTime(char*
icutime
, double timeToCheck);
34
void printTime(char* systime, char*
icutime
);
38
char
icutime
[SIZE];
local
62
getICUCurrentTime(
icutime
, systemtime * U_MILLIS_PER_SECOND);
65
if (strcmp(systime,
icutime
) != 0) {
67
printTime(systime,
icutime
);
73
void getICUCurrentTime(char*
icutime
, double timeToCheck) {
101
icutime
[i] = (char)s[i];
135
void printTime(char* systime, char*
icutime
) {
137
printf("ICU Time: %s\n",
icutime
);
[
all
...]
/external/icu4c/test/compat/
tzdate.c
33
void getICUCurrentTime(char*
icutime
, double timeToCheck);
34
void printTime(char* systime, char*
icutime
);
38
char
icutime
[SIZE];
local
62
getICUCurrentTime(
icutime
, systemtime * U_MILLIS_PER_SECOND);
65
if (strcmp(systime,
icutime
) != 0) {
67
printTime(systime,
icutime
);
73
void getICUCurrentTime(char*
icutime
, double timeToCheck) {
101
icutime
[i] = (char)s[i];
135
void printTime(char* systime, char*
icutime
) {
137
printf("ICU Time: %s\n",
icutime
);
[
all
...]
Completed in 33 milliseconds