Searched refs:UCHAR_EAST_ASIAN_WIDTH (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 2540 { 0x0009, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL }, in TestAdditionalProperties() 2541 { 0x0020, UCHAR_EAST_ASIAN_WIDTH, U_EA_NARROW }, in TestAdditionalProperties() 2542 { 0x00B1, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS }, in TestAdditionalProperties() 2543 { 0x20A9, UCHAR_EAST_ASIAN_WIDTH, U_EA_HALFWIDTH }, in TestAdditionalProperties() 2544 { 0x2FFB, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2545 { 0x3000, UCHAR_EAST_ASIAN_WIDTH, U_EA_FULLWIDTH }, in TestAdditionalProperties() 2546 { 0x35bb, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2547 { 0x58bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2548 { 0xD7A3, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2549 { 0xEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS }, in TestAdditionalProperties() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 80 switch (u_getIntPropertyValue(unicode, UCHAR_EAST_ASIAN_WIDTH)) in hb_icu_unicode_eastasian_width()
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 474 UCHAR_EAST_ASIAN_WIDTH=0x1004, enumerator
|