Lines Matching refs:errorText
4340 UnicodeString errorText = "<data>";
4355 errorText.append("<?>");
4358 errorText.append("\\");
4361 errorText.append("\\u");
4363 errorText.append(hexChars.charAt((c>>bn)&0xf));
4366 errorText.append("\\U");
4368 errorText.append(hexChars.charAt((c>>bn)&0xf));
4373 errorText.append("\\");
4374 errorText.append("</data>\n");
4379 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);