Searched refs:surrogatePair (Results 1 – 1 of 1) sorted by relevance
355 String surrogatePair = "\ud842\udf9f"; in testSurrogateIndexOf() local356 String stringWithSurrogates = "hello " + surrogatePair + " world"; in testSurrogateIndexOf()