HomeSort by relevance Sort by last modified time
    Searched refs:ssWindows (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
ucsdetst.c 228 static const char ssWindows[] = "This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes.";
231 UChar sWindows[sizeof(ssWindows)];
240 sWindowsLength = u_unescape(ssWindows, sWindows, sizeof(ssWindows));
  /external/icu4c/test/intltest/
csdetest.cpp 441 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes.", -1, US_INV);
442 UnicodeString sWindows = ssWindows.unescape();

Completed in 876 milliseconds