Home | History | Annotate | Download | only in intltest

Lines Matching refs:x41

265 UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); }