Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorText

4121                 UnicodeString errorText = "<data>";
4136 errorText.append("<?>");
4139 errorText.append("\\");
4142 errorText.append("\\u");
4144 errorText.append(hexChars.charAt((c>>bn)&0xf));
4147 errorText.append("\\U");
4149 errorText.append(hexChars.charAt((c>>bn)&0xf));
4154 errorText.append("\\");
4155 errorText.append("</data>\n");
4160 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);