OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempMsgBuf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c
93
char
tempMsgBuf
[256];
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) );
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
100
char
tempMsgBuf
[256];
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) );
[
all
...]
Completed in 197 milliseconds