Home | History | Annotate | Download | only in intltest

Lines Matching refs:hexChars

4130                     UnicodeString hexChars("0123456789abcdef");
4144 errorText.append(hexChars.charAt((c>>bn)&0xf));
4149 errorText.append(hexChars.charAt((c>>bn)&0xf));