Home | History | Annotate | Download | only in cintltst

Lines Matching refs:xd800

56     static uint16_t codeunit[]={0x0000,0xe065,0x20ac,0xd7ff,0xd800,0xd841,0xd905,0xdbff,0xdc00,0xdc02,0xddee,0xdfff,0};
128 0xd800
145 0x11734, 0xd800, UTF_ERROR_VALUE
184 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
197 0xdc00, 0xdc00, UTF_ERROR_VALUE, 0xd800, 0xd800, UTF_ERROR_VALUE,
331 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
490 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
554 3, 0xd800,
560 3, 0xd800,
589 {0x0061, 0x0062, 0x0063, 0xd800, 0x0000},
595 {0x0061, 0x0062, 0x0063, 0xd800, 0x0000},
649 0xac00, 0xd800, 0xdbff, 0xdcde,
657 0xac00, 0xd800, 0xdbff, 0xdcde,
658 0xdffd, 0xe000, 0xffff, 0xd800, 0xdc00,
664 0xac00, 0xd800, 0xdbff, 0xdcde,
665 0xdffd, 0xe000, 0xffff, 0xd800, 0xdc00,
714 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800);