Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorText

4645                 UnicodeString errorText = "<data>";
4660 errorText.append("<?>");
4663 errorText.append("\\");
4666 errorText.append("\\u");
4668 errorText.append(hexChars.charAt((c>>bn)&0xf));
4671 errorText.append("\\U");
4673 errorText.append(hexChars.charAt((c>>bn)&0xf));
4678 errorText.append("\\");
4679 errorText.append("</data>\n");
4684 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);