| 36 | { |
| 37 | template <typename octet_iterator> |
| 38 | octet_iterator append(utfchar32_t cp, octet_iterator result) |
| 39 | { |
| 40 | return internal::append(cp, result); |
| 41 | } |
| 42 | |
| 43 | template <typename word_iterator> |
| 44 | word_iterator append16(utfchar32_t cp, word_iterator result) |
no outgoing calls
no test coverage detected