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