Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorText

5063                 UnicodeString errorText = "<data>";
5078 errorText.append("<?>");
5081 errorText.append("\\");
5084 errorText.append("\\u");
5086 errorText.append(hexChars.charAt((c>>bn)&0xf));
5089 errorText.append("\\U");
5091 errorText.append(hexChars.charAt((c>>bn)&0xf));
5096 errorText.append("\\");
5097 errorText.append("</data>\n");
5102 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);