Searched refs:UCHAR_EAST_ASIAN_WIDTH (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 2491 { 0x0009, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL }, in TestAdditionalProperties() 2492 { 0x0020, UCHAR_EAST_ASIAN_WIDTH, U_EA_NARROW }, in TestAdditionalProperties() 2493 { 0x00B1, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS }, in TestAdditionalProperties() 2494 { 0x20A9, UCHAR_EAST_ASIAN_WIDTH, U_EA_HALFWIDTH }, in TestAdditionalProperties() 2495 { 0x2FFB, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2496 { 0x3000, UCHAR_EAST_ASIAN_WIDTH, U_EA_FULLWIDTH }, in TestAdditionalProperties() 2497 { 0x35bb, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2498 { 0x58bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2499 { 0xD7A3, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, in TestAdditionalProperties() 2500 { 0xEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS }, in TestAdditionalProperties() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 79 switch (u_getIntPropertyValue(unicode, UCHAR_EAST_ASIAN_WIDTH)) in hb_icu_unicode_eastasian_width()
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 420 UCHAR_EAST_ASIAN_WIDTH=0x1004, enumerator
|