Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorText

4329                 UnicodeString errorText = "<data>";
4344 errorText.append("<?>");
4347 errorText.append("\\");
4350 errorText.append("\\u");
4352 errorText.append(hexChars.charAt((c>>bn)&0xf));
4355 errorText.append("\\U");
4357 errorText.append(hexChars.charAt((c>>bn)&0xf));
4362 errorText.append("\\");
4363 errorText.append("</data>\n");
4368 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);