Searched refs:surrogatePair (Results 1 – 2 of 2) sorted by relevance
424 char[] surrogatePair = Character.toChars(codePoint); in resolveCharacterReference() local425 return new String(surrogatePair); in resolveCharacterReference()
398 String surrogatePair = decodeCESU8("ed a0 80 ed b0 80"); in testFastPathString_illFormedUtf8Sequence() local399 assertEquals("\ud800\udc00", surrogatePair); in testFastPathString_illFormedUtf8Sequence()400 assertEquals(0x10000, Character.codePointAt(surrogatePair.toCharArray(), 0)); in testFastPathString_illFormedUtf8Sequence()