Home
last modified time | relevance | path

Searched refs:UCHAR_GRAPHEME_CLUSTER_BREAK (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c2628 { 0xb2c9, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_LVT }, in TestAdditionalProperties()
2629 { 0x036f, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_EXTEND }, in TestAdditionalProperties()
2630 { 0x0000, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_CONTROL }, in TestAdditionalProperties()
2631 { 0x1160, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_V }, in TestAdditionalProperties()
2758 if(u_getIntPropertyMaxValue(UCHAR_GRAPHEME_CLUSTER_BREAK)!=(int32_t)U_GCB_COUNT-1) { in TestAdditionalProperties()
/external/icu/icu4c/source/common/unicode/
Duchar.h472 UCHAR_GRAPHEME_CLUSTER_BREAK=0x1012, enumerator
/external/icu/icu4c/source/i18n/
Dusearch.cpp3639 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in nextBoundaryAfter()
3653 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in nextBoundaryAfter()
3699 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in isBreakBoundary()
3707 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in isBreakBoundary()