Home
last modified time | relevance | path

Searched refs:compareStrGer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
Dtmsgfmt.cpp968 UnicodeString compareStrGer = "At <time> on 08.08.1997, you made a deposit of "; in testSetLocale() local
969 compareStrGer += "456,83"; in testSetLocale()
970 compareStrGer += (UChar) 0x00a0; in testSetLocale()
971 compareStrGer += (UChar) 0x00a4; in testSetLocale()
972 compareStrGer += "."; in testSetLocale()
1015 if (result == compareStrGer) { in testSetLocale()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp995 UnicodeString compareStrGer = "At <time> on 08.08.1997, you made a deposit of "; in testSetLocale() local
996 compareStrGer += "456,83"; in testSetLocale()
997 compareStrGer += (UChar) 0x00a0; in testSetLocale()
998 compareStrGer += (UChar) 0x00a4; in testSetLocale()
999 compareStrGer += "."; in testSetLocale()
1042 if (result == compareStrGer) { in testSetLocale()