Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCHAR_EAST_ASIAN_WIDTH

2322         { 0x0009, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2323 { 0x0020, UCHAR_EAST_ASIAN_WIDTH, U_EA_NARROW },
2324 { 0x00B1, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2325 { 0x20A9, UCHAR_EAST_ASIAN_WIDTH, U_EA_HALFWIDTH },
2326 { 0x2FFB, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2327 { 0x3000, UCHAR_EAST_ASIAN_WIDTH, U_EA_FULLWIDTH },
2328 { 0x35bb, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2329 { 0x58bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2330 { 0xD7A3, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2331 { 0xEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2332 { 0x1D198, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2333 { 0x20000, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2334 { 0x2F8C7, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE },
2335 { 0x3a5bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, /* plane 3 got default W values in Unicode 4 */
2336 { 0x5a5bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_NEUTRAL },
2337 { 0xFEEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2338 { 0x10EEEE, UCHAR_EAST_ASIAN_WIDTH, U_EA_AMBIGUOUS },
2578 if( u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) != (int32_t) (U_EA_COUNT -1)) {
2579 log_err("error: u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) wrong\n");