Searched defs:UCHAR_ALPHABETIC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h86 * - 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, enumerator in enum:UProperty
177 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1893 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1898 * @see UCHAR_ALPHABETIC
/external/icu/icu4c/source/common/unicode/
H A Duchar.h86 * - 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, enumerator in enum:UProperty
177 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1893 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1898 * @see UCHAR_ALPHABETIC

Completed in 106 milliseconds