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.c2677 { 0xb2c9, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_LVT }, in TestAdditionalProperties()
2678 { 0x036f, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_EXTEND }, in TestAdditionalProperties()
2679 { 0x0000, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_CONTROL }, in TestAdditionalProperties()
2680 { 0x1160, UCHAR_GRAPHEME_CLUSTER_BREAK, U_GCB_V }, in TestAdditionalProperties()
2818 if(u_getIntPropertyMaxValue(UCHAR_GRAPHEME_CLUSTER_BREAK)!=(int32_t)U_GCB_COUNT-1) { in TestAdditionalProperties()
/external/icu/icu4c/source/common/unicode/
Duchar.h526 UCHAR_GRAPHEME_CLUSTER_BREAK=0x1012, enumerator
/external/icu/icu4c/source/i18n/
Dusearch.cpp3641 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in nextBoundaryAfter()
3655 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in nextBoundaryAfter()
3701 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in isBreakBoundary()
3709 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK); in isBreakBoundary()