| 2147 | */ |
| 2148 | |
| 2149 | std::size_t String::GetLength() const |
| 2150 | { |
| 2151 | return utf8::distance(m_sharedString->string.get(), &m_sharedString->string[m_sharedString->size]); |
| 2152 | } |
| 2153 | |
| 2154 | /*! |
| 2155 | * \brief Gets the size of the string |
no outgoing calls
no test coverage detected