Searched refs:surrogates (Results 1 – 6 of 6) sorted by relevance
1607 char[] surrogates = Character.toChars(codePoint); in appendHexJavaScriptRepresentation() local1608 appendHexJavaScriptRepresentation(surrogates[0], out); in appendHexJavaScriptRepresentation()1609 appendHexJavaScriptRepresentation(surrogates[1], out); in appendHexJavaScriptRepresentation()
42 …ON transcode the JSON strings into UTF-16 in the DOM. It also supports surrogates and "\u0000" (nu…
213 RapidJSON fully support parsing/generating UTF-16 surrogates.