MCPcopy Create free account
hub / github.com/SFML/SFML / isGraphemeBoundary

Method isGraphemeBoundary

src/SFML/System/String.cpp:446–449  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

444
445////////////////////////////////////////////////////////////
446bool String::isGraphemeBoundary(std::size_t position) const
447{
448 return unicode::is_grapheme_boundary(m_string.data(), m_string.size(), position);
449}
450
451
452////////////////////////////////////////////////////////////

Callers 1

updateCursorPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected