Searched defs:tempMsgBuf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c93 char tempMsgBuf[256]; local
116 log_verbose("%s\n", u_austrcpy(tempMsgBuf, ucal_getAvailableTZIDs(offset, i, &status)));
304 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
334 log_verbose("PASS: got the correct time zone display name %s\n", u_austrcpy(tempMsgBuf, result) );
1060 char tempMsgBuf[256]; local
1087 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1099 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1133 char tempMsgBuf[256]; local
1164 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1315 char tempMsgBuf[25 local
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.c100 char tempMsgBuf[256]; local
123 log_verbose("%s\n", u_austrcpy(tempMsgBuf, ucal_getAvailableTZIDs(offset, i, &status)));
335 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
365 log_verbose("PASS: got the correct time zone display name %s\n", u_austrcpy(tempMsgBuf, result) );
1203 char tempMsgBuf[256]; local
1230 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1242 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1276 char tempMsgBuf[256]; local
1307 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1458 char tempMsgBuf[25 local
[all...]

Completed in 46 milliseconds