OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testCtry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c
722
UChar *
testCtry
= 0;
778
testCtry
=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
779
uloc_getDisplayCountry(testLocale, displayLocale,
testCtry
, maxresultsize + 1, &status);
783
testCtry
=&_NUL;
[
all
...]
/external/icu4c/test/cintltst/
cloctst.c
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp
749
UnicodeString
testCtry
;
755
testLocale.getDisplayCountry(displayLocale,
testCtry
);
789
if (
testCtry
!= expectedCtry)
790
dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " +
testCtry
+ " expected " + expectedCtry);
[
all
...]
/external/icu4c/test/intltest/
loctest.cpp
750
UnicodeString
testCtry
;
756
testLocale.getDisplayCountry(displayLocale,
testCtry
);
790
if (
testCtry
!= expectedCtry)
791
dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " +
testCtry
+ " expected " + expectedCtry);
[
all
...]
Completed in 171 milliseconds