Searched refs:stringContainsUnpairedSurrogate (Results 1 – 1 of 1) sorted by relevance
3218 UBool stringContainsUnpairedSurrogate(const UChar *s, int32_t length) { in stringContainsUnpairedSurrogate() function3343 if(stringContainsUnpairedSurrogate(s, length) && inconsistentSurrogates) { in testSpanContents()