Home | History | Annotate | Download | only in intltest

Lines Matching refs:hexChars

5072                     UnicodeString hexChars("0123456789abcdef");
5086 errorText.append(hexChars.charAt((c>>bn)&0xf));
5091 errorText.append(hexChars.charAt((c>>bn)&0xf));