Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorText

4155                 UnicodeString errorText = "<data>";
4170 errorText.append("<?>");
4173 errorText.append("\\");
4176 errorText.append("\\u");
4178 errorText.append(hexChars.charAt((c>>bn)&0xf));
4181 errorText.append("\\U");
4183 errorText.append(hexChars.charAt((c>>bn)&0xf));
4188 errorText.append("\\");
4189 errorText.append("</data>\n");
4194 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);