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

  /external/icu4c/test/intltest/
utxttest.cpp 862 UText charText = UTEXT_INITIALIZER;
870 utext_openUTF8(&charText, chars, -1, &status);
    [all...]
csdetest.cpp 713 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
717 char latin1Text[sizeof(charText)];
718 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");

Completed in 87 milliseconds