///////////////////////////////////////////////////////
| 92 | |
| 93 | //////////////////////////////////////////////////////////// |
| 94 | std::size_t U8StringCharTraits::length(const char_type* s) |
| 95 | { |
| 96 | return std::strlen(reinterpret_cast<const char*>(s)); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected