Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h173 if (IsEmpty() || !utf::IsWhiteSpaceChar(At(0))) { in TrimLeft()
179 if (!utf::IsWhiteSpaceChar(At(i))) { in TrimLeft()
194 if (!utf::IsWhiteSpaceChar(At(last))) { in TrimRight()
199 if (!utf::IsWhiteSpaceChar(At(i))) { in TrimRight()
215 while (utf::IsWhiteSpaceChar(At(right))) { in Trim()
221 while (left < right && utf::IsWhiteSpaceChar(At(left))) { in Trim()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Char.cpp41 return ToEtsBoolean(utf::IsWhiteSpaceChar(value)); in StdCoreCharIsWhiteSpace()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h150 PANDA_PUBLIC_API bool IsWhiteSpaceChar(uint16_t c);
H A Dutf.cpp653 bool IsWhiteSpaceChar(uint16_t c) in IsWhiteSpaceChar() function

Completed in 6 milliseconds