Home | History | Annotate | Download | only in unicode

Lines Matching refs:u_isxdigit

93  * - xdigit:    u_isxdigit(c) or u_hasBinaryProperty(c, UCHAR_POSIX_XDIGIT)
2598 * characters, use (c<=0x7f && u_isxdigit(c)).
2610 u_isxdigit(UChar32 c);