MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getNumBytesAsUTF8

Method getNumBytesAsUTF8

JUCE/modules/juce_core/text/juce_String.cpp:2129–2132  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

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

Callers 15

copyXmlToBinaryMethod · 0.80
createFunction · 0.80
createFromMethod · 0.80
appendLabelOrNoteChunkFunction · 0.80
appendExtraChunkFunction · 0.80
writeValueFunction · 0.80
sendBroadcastMethod · 0.80
writeStringMethod · 0.80
handleSelectionMethod · 0.80
withPOSTDataMethod · 0.80
removeEscapeCharsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected