///////////////////////////////////////////////////////
| 85 | |
| 86 | //////////////////////////////////////////////////////////// |
| 87 | int U8StringCharTraits::compare(const char_type* s1, const char_type* s2, std::size_t n) |
| 88 | { |
| 89 | return std::memcmp(s1, s2, n); |
| 90 | } |
| 91 | |
| 92 | |
| 93 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected