HomeSort by relevance Sort by last modified time
    Searched full:chartext (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 776 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
780 char latin1Text[sizeof(charText)];
781 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");
    [all...]

Completed in 200 milliseconds