Lines Matching refs:x10000
190 0x10000, 0x10000, 0x10000, 0x120400, 0xdc00, UTF_ERROR_VALUE,
198 0xdc41, 0xdc41, UTF_ERROR_VALUE, 0x10000, 0x10000, 0x10000,
718 0xdffd, 0xe000, 0xffff, 0x10000,
776 static UChar32 s[] = {0x10000, 0x10ffff, 0x50000, 0x100000, 0x1abcd};
782 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800);
783 UChar secondresult = (UChar)(((s[i] - 0x10000) % 0x400) + 0xDC00);