Searched refs:UCHAR_ALPHABETIC (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdapi.c | 727 if(FALSE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, falseValues[i])) { in TestBinaryValues() 732 if(TRUE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, trueValues[i])) { in TestBinaryValues()
|
D | cucdtst.c | 2371 { 0x0627, UCHAR_ALPHABETIC, TRUE }, in TestAdditionalProperties() 2372 { 0x1034a, UCHAR_ALPHABETIC, TRUE }, in TestAdditionalProperties() 2373 { 0x2028, UCHAR_ALPHABETIC, FALSE }, in TestAdditionalProperties() 2931 case UCHAR_ALPHABETIC: in TestAdditionalProperties()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 209 UCHAR_ALPHABETIC=0, enumerator 211 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 209 UCHAR_ALPHABETIC=0, enumerator 211 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchar.h | 209 UCHAR_ALPHABETIC=0, enumerator 211 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchar.h | 209 UCHAR_ALPHABETIC=0, enumerator 211 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 143 UCHAR_ALPHABETIC,
|
/third_party/icu/tools/unicode/c/genprops/ |
D | corepropsbuilder.cpp | 621 { UCHAR_ALPHABETIC, 1, UPROPS_ALPHABETIC },
|
D | pnames_data.h | 1173 Property(UCHAR_ALPHABETIC, "Alpha Alphabetic"),
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 102 | Alphabetic | binary | (U) | u_isUAlphabetic, UCHAR_ALPHABETIC |
|