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