Home
last modified time | relevance | path

Searched refs:UPROPS_GCB_MASK (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Duprops.h252 #define UPROPS_GCB_MASK 0x000003e0 macro
Duprops.cpp511 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT; in getHangulSyllableType()
606 { 2, UPROPS_GCB_MASK, UPROPS_GCB_SHIFT, defaultGetValue, defaultGetMaxValue },
/third_party/icu/icu4c/source/common/
Duprops.h252 #define UPROPS_GCB_MASK 0x000003e0 macro
Duprops.cpp511 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT; in getHangulSyllableType()
606 { 2, UPROPS_GCB_MASK, UPROPS_GCB_SHIFT, defaultGetValue, defaultGetMaxValue },
/third_party/node/deps/icu-small/source/common/
Duprops.h253 #define UPROPS_GCB_MASK 0x000003e0 macro
Duprops.cpp544 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT; in getHangulSyllableType()
639 { 2, UPROPS_GCB_MASK, UPROPS_GCB_SHIFT, defaultGetValue, defaultGetMaxValue },
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duprops.h224 #define UPROPS_GCB_MASK 0x000003e0 macro
Duprops.cpp398 int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>UPROPS_GCB_SHIFT; in getHangulSyllableType()
479 { 2, UPROPS_GCB_MASK, UPROPS_GCB_SHIFT, defaultGetValue, defaultGetMaxValue },
/third_party/icu/tools/unicode/c/genprops/
Dcorepropsbuilder.cpp648 { UCHAR_GRAPHEME_CLUSTER_BREAK, 2, UPROPS_GCB_SHIFT, UPROPS_GCB_MASK },