Searched refs:secondresult (Results 1 – 1 of 1) sorted by relevance
781 UChar secondresult = (UChar)(((s[i] - 0x10000) % 0x400) + 0xDC00); in TestSurrogate() local787 if (second != UTF16_TRAIL(s[i]) || second != U16_TRAIL(s[i]) || second != secondresult) { in TestSurrogate()789 s[i], secondresult); in TestSurrogate()