Home
last modified time | relevance | path

Searched refs:IsValidHighSurrogate (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp327 bool IsValidHighSurrogate(char16_t low) in IsValidHighSurrogate() function
338 if (tempIndex < inputInfo.inputSize && IsValidHighSurrogate(originalBuffer[index + 1])) { in OtherEncodeUtf8Inner()

Completed in 2 milliseconds