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

/external/icu4c/common/unicode/
H A Duchar.h86 * - alpha: u_isUAlphabetic(c) or u_hasBinaryProperty(c, UCHAR_ALPHABETIC)
179 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
180 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
186 UCHAR_ALPHABETIC=0, enumerator in enum:UProperty
188 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1746 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1751 * @see UCHAR_ALPHABETIC
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h158 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
159 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
165 UCHAR_ALPHABETIC=0, enumerator in enum:UProperty
167 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1407 * @see UCHAR_ALPHABETIC
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h158 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
159 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
165 UCHAR_ALPHABETIC=0, enumerator in enum:UProperty
167 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1407 * @see UCHAR_ALPHABETIC
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h158 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
159 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
165 UCHAR_ALPHABETIC=0, enumerator in enum:UProperty
167 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1407 * @see UCHAR_ALPHABETIC
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h158 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
159 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
165 UCHAR_ALPHABETIC=0, enumerator in enum:UProperty
167 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
1402 * Same as u_hasBinaryProperty(c, UCHAR_ALPHABETIC).
1407 * @see UCHAR_ALPHABETIC

Completed in 165 milliseconds