==============================================================================
| 2127 | |
| 2128 | //============================================================================== |
| 2129 | size_t String::getNumBytesAsUTF8() const noexcept |
| 2130 | { |
| 2131 | return CharPointer_UTF8::getBytesRequiredFor (text); |
| 2132 | } |
| 2133 | |
| 2134 | String String::fromUTF8 (const char* const buffer, int bufferSizeBytes) |
| 2135 | { |
no outgoing calls
no test coverage detected