Home | History | Annotate | Download | only in platform

Lines Matching refs:hexDigitValue

235 static inline int hexDigitValue(UChar c)
952 *p++ = (hexDigitValue(q[1]) << 4) | hexDigitValue(q[2]);