Home
last modified time | relevance | path

Searched refs:stringContainsUnpairedSurrogate (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dusettest.cpp3215 UBool stringContainsUnpairedSurrogate(const UChar *s, int32_t length) { in stringContainsUnpairedSurrogate() function
3340 if(stringContainsUnpairedSurrogate(s, length) && inconsistentSurrogates) { in testSpanContents()