Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorText

4612                 UnicodeString errorText = "<data>";
4627 errorText.append("<?>");
4630 errorText.append("\\");
4633 errorText.append("\\u");
4635 errorText.append(hexChars.charAt((c>>bn)&0xf));
4638 errorText.append("\\U");
4640 errorText.append(hexChars.charAt((c>>bn)&0xf));
4645 errorText.append("\\");
4646 errorText.append("</data>\n");
4651 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);