///////////////////////////////////////////////////////
| 444 | |
| 445 | //////////////////////////////////////////////////////////// |
| 446 | bool 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 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected