OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldCountry
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java
182
String
oldCountry
= oldLoc.getDisplayCountry(available[j]);
189
if(!
oldCountry
.equals(newCountry)){
190
errln("getCountry() failed for "+ oldLoc +"
oldCountry
= "+ prettify(
oldCountry
) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java
179
String
oldCountry
= oldLoc.getDisplayCountry(available[j]);
186
if(!
oldCountry
.equals(newCountry)){
187
errln("getCountry() failed for "+ oldLoc +"
oldCountry
= "+ prettify(
oldCountry
) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
/external/icu/icu4c/source/test/intltest/
aliastst.cpp
221
const UnicodeString
oldCountry
= oldLoc.getDisplayCountry(dipLocName);
228
if(
oldCountry
!=newCountry){
229
errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +"
oldCountry
= "+ prettify(
oldCountry
) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
/external/icu/icu4c/source/test/cintltst/
cloctst.c
[
all
...]
Completed in 730 milliseconds