Home | History | Annotate | Download | only in intltest

Lines Matching refs:hexChars

4621                     UnicodeString hexChars("0123456789abcdef");
4635 errorText.append(hexChars.charAt((c>>bn)&0xf));
4640 errorText.append(hexChars.charAt((c>>bn)&0xf));