Home | History | Annotate | Download | only in memcheck

Lines Matching defs:fromHex

1065 static UInt fromHex ( UChar c )
1090 UInt d = fromHex(**ppc);
1092 *result = ((*result) << 4) | fromHex(**ppc);