Home | History | Annotate | Download | only in unicode

Lines Matching refs:u_isxdigit

91  * - xdigit:    u_isxdigit(c) or u_hasBinaryProperty(c, UCHAR_POSIX_XDIGIT)
2341 * characters, use (c<=0x7f && u_isxdigit(c)).
2353 u_isxdigit(UChar32 c);