OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newCountry
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
aliastst.cpp
220
const UnicodeString
newCountry
= newLoc.getDisplayCountry(dipLocName);
225
if(
newCountry
!= newLoc.getCountry()){
226
if(oldCountry!=
newCountry
){
227
errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +"
newCountry
= "+prettify(
newCountry
)+ " in display locale "+ UnicodeString(available[j].getName()));
/external/icu4c/test/cintltst/
cloctst.c
[
all
...]
Completed in 17 milliseconds