Searched refs:UCHAR_ALPHABETIC (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcucdapi.c505 if(FALSE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, falseValues[i])) {
506 log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=FALSE (Are you missing data?)\n", falseValues[i]);
510 if(TRUE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, trueValues[i])) {
511 log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=TRUE (Are you missing data?)\n", trueValues[i]);
H A Dcucdtst.c2101 { 0x0627, UCHAR_ALPHABETIC, TRUE },
2102 { 0x1034a, UCHAR_ALPHABETIC, TRUE },
2103 { 0x2028, UCHAR_ALPHABETIC, FALSE },
2615 case UCHAR_ALPHABETIC:
/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
/external/icu4c/test/intltest/
H A Ducdtest.cpp128 UCHAR_ALPHABETIC,

Completed in 615 milliseconds