Searched refs:and_string (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 414 UnicodeString and_string = UnicodeString("\\u53CA", -1, US_INV).unescape(); in TestChineseTradHK() local 418 one + and_string + two, in TestChineseTradHK() 419 one + comma_string + two + and_string + three, in TestChineseTradHK() 420 one + comma_string + two + comma_string + three + and_string + four in TestChineseTradHK() 429 UnicodeString and_string = UnicodeString(" \\u0438 ", -1, US_INV).unescape(); in TestRussian() local 432 one + and_string + two, in TestRussian() 433 one + ", " + two + and_string + three, in TestRussian() 434 one + ", " + two + ", " + three + and_string + four in TestRussian()
|