Lines Matching refs:errorText
4074 UnicodeString errorText = "<data>";
4089 errorText.append("<?>");
4092 errorText.append("\\");
4095 errorText.append("\\u");
4097 errorText.append(hexChars.charAt((c>>bn)&0xf));
4100 errorText.append("\\U");
4102 errorText.append(hexChars.charAt((c>>bn)&0xf));
4107 errorText.append("\\");
4108 errorText.append("</data>\n");
4113 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);