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

Method isSentenceBoundary

src/SFML/System/String.cpp:460–463  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

458
459////////////////////////////////////////////////////////////
460bool String::isSentenceBoundary(std::size_t position) const
461{
462 return unicode::is_sentence_boundary(m_string.data(), m_string.size(), position);
463}
464
465
466////////////////////////////////////////////////////////////

Callers 1

generateEffectDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected