Searched refs:charText (Results 1 – 1 of 1) sorted by relevance
776 … const char charText[] = "Here is some random English text that should be detected as ISO-8859-1." in Ticket6394Test() local780 char latin1Text[sizeof(charText)]; in Ticket6394Test()781 …UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1… in Ticket6394Test()