Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp418 UnicodeString comma_string = UnicodeString("\\u3001", -1, US_INV).unescape(); in TestChineseTradHK() local
422 one + comma_string + two + and_string + three, in TestChineseTradHK()
423 one + comma_string + two + comma_string + three + and_string + four in TestChineseTradHK()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split_test.cc850 ByString comma_string(","); in TEST() local
851 TestComma(comma_string); in TEST()