Home | History | Annotate | Download | only in unicode

Lines Matching refs:UCHAR_ALPHABETIC

86  * - alpha:     u_isUAlphabetic(c) or u_hasBinaryProperty(c, UCHAR_ALPHABETIC)
168 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
169 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
175 UCHAR_ALPHABETIC=0,
177 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
2011 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
2016 * @see UCHAR_ALPHABETIC