Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorText

4956                 UnicodeString errorText = "<data>";
4971 errorText.append("<?>");
4974 errorText.append("\\");
4977 errorText.append("\\u");
4979 errorText.append(hexChars.charAt((c>>bn)&0xf));
4982 errorText.append("\\U");
4984 errorText.append(hexChars.charAt((c>>bn)&0xf));
4989 errorText.append("\\");
4990 errorText.append("</data>\n");
4995 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);