OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testCtry
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cloctst.c
[
all
...]
/external/icu/icu4c/source/test/intltest/
loctest.cpp
746
UnicodeString
testCtry
;
752
testLocale.getDisplayCountry(displayLocale,
testCtry
);
786
if (
testCtry
!= expectedCtry)
787
dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " +
testCtry
+ " expected " + expectedCtry);
[
all
...]
Completed in 4373 milliseconds