OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testvalue3
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/cintltst/
cloctst.c
660
const char *temp,*testValue1,*testValue2,*
testValue3
;
686
testValue3
=uloc_getISO3Language("en_US");
687
log_verbose("third fetch of language retrieved %s \n",
testValue3
);
689
if (0 != strcmp(
testValue3
,"eng")) {
690
log_err("get/setDataDirectory() failed: expected \"eng\", got \" %s \" \n",
testValue3
);
[
all
...]
Completed in 16 milliseconds