Searched refs:UCHAR_EAST_ASIAN_WIDTH (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2463 { 0x0009, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2464 { 0x0020, UCHAR_EAST_ASIAN_WIDTH, U_EA_NARROW },
2465 { 0x00B1, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2466 { 0x20A9, UCHAR_EAST_ASIAN_WIDTH, U_EA_HALFWIDTH },
2467 { 0x2FFB, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2468 { 0x3000, UCHAR_EAST_ASIAN_WIDTH, U_EA_FULLWIDTH },
2469 { 0x35bb, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2470 { 0x58bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2471 { 0xD7A3, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2472 { 0xEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOU
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2462 { 0x0009, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2463 { 0x0020, UCHAR_EAST_ASIAN_WIDTH, U_EA_NARROW },
2464 { 0x00B1, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2465 { 0x20A9, UCHAR_EAST_ASIAN_WIDTH, U_EA_HALFWIDTH },
2466 { 0x2FFB, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2467 { 0x3000, UCHAR_EAST_ASIAN_WIDTH, U_EA_FULLWIDTH },
2468 { 0x35bb, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2469 { 0x58bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2470 { 0xD7A3, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2471 { 0xEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOU
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-icu.cc79 switch (u_getIntPropertyValue(unicode, UCHAR_EAST_ASIAN_WIDTH))
/external/harfbuzz_ng/src/
H A Dhb-icu.cc79 switch (u_getIntPropertyValue(unicode, UCHAR_EAST_ASIAN_WIDTH))
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h420 UCHAR_EAST_ASIAN_WIDTH=0x1004, enumerator in enum:UProperty
1468 * @see UCHAR_EAST_ASIAN_WIDTH
1970 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
/external/icu/icu4c/source/common/unicode/
H A Duchar.h420 UCHAR_EAST_ASIAN_WIDTH=0x1004, enumerator in enum:UProperty
1468 * @see UCHAR_EAST_ASIAN_WIDTH
1970 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);

Completed in 206 milliseconds