Searched refs:icutime (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/compat/
H A Dtzdate.c33 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) { argument
101 icutime[i] = (char)s[i];
135 void printTime(char* systime, char* icutime) { argument
137 printf("ICU Time: %s\n", icutime);
[all...]

Completed in 115 milliseconds