Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCHAR_EAST_ASIAN_WIDTH

2463         { 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_AMBIGUOUS },
2473 { 0x1D198, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2474 { 0x20000, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2475 { 0x2F8C7, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2476 { 0x3a5bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, /* plane 3 got default W values in Unicode 4 */
2477 { 0x5a5bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2478 { 0xFEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2479 { 0x10EEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2746 if( u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) != (int32_t) (U_EA_COUNT -1)) {
2747 log_err("error: u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) wrong\n");