Searched refs:and_string (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 461 UnicodeString and_string = UnicodeString("\\u53CA", -1, US_INV).unescape(); in TestChineseTradHK() local 465 one + and_string + two, in TestChineseTradHK() 466 one + comma_string + two + and_string + three, in TestChineseTradHK() 467 one + comma_string + two + comma_string + three + and_string + four in TestChineseTradHK() 476 UnicodeString and_string = UnicodeString(" \\u0438 ", -1, US_INV).unescape(); in TestRussian() local 479 one + and_string + two, in TestRussian() 480 one + ", " + two + and_string + three, in TestRussian() 481 one + ", " + two + ", " + three + and_string + four in TestRussian()
|