Searched refs:and_string (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 182 UnicodeString and_string = UnicodeString("\\u53CA", -1, US_INV).unescape(); in TestChineseTradHK() local 186 one + and_string + two, in TestChineseTradHK() 187 one + comma_string + two + and_string + three, in TestChineseTradHK() 188 one + comma_string + two + comma_string + three + and_string + four in TestChineseTradHK() 197 UnicodeString and_string = UnicodeString(" \\u0438 ", -1, US_INV).unescape(); in TestRussian() local 200 one + and_string + two, in TestRussian() 201 one + ", " + two + and_string + three, in TestRussian() 202 one + ", " + two + ", " + three + and_string + four in TestRussian()
|