Home
last modified time | relevance | path

Searched refs:byteOffsetOfNull (Results 1 – 8 of 8) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DString.h198 const size_t byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
200 preallocateBytes (byteOffsetOfNull + extraBytesNeeded); in appendCharPointer()
201 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull)) in appendCharPointer()
226 const size_t byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
228 preallocateBytes (byteOffsetOfNull + extraBytesNeeded); in appendCharPointer()
229 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull)) in appendCharPointer()
H A DString.cpp665 const size_t byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
666 preallocateBytes (byteOffsetOfNull + (size_t) extraBytesNeeded); in appendCharPointer()
668 …pe::CharType* const newStringStart = addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull); in appendCharPointer()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_String.h259 auto byteOffsetOfNull = getByteOffsetOfEnd();
261 preallocateBytes (byteOffsetOfNull + extraBytesNeeded);
262 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull))
287 auto byteOffsetOfNull = getByteOffsetOfEnd();
289 preallocateBytes (byteOffsetOfNull + extraBytesNeeded);
290 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull))
H A Djuce_String.cpp737 auto byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
738 preallocateBytes ((size_t) extraBytesNeeded + byteOffsetOfNull); in appendCharPointer()
740 auto* newStringStart = addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull); in appendCharPointer()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_String.h259 auto byteOffsetOfNull = getByteOffsetOfEnd();
261 preallocateBytes (byteOffsetOfNull + extraBytesNeeded);
262 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull))
287 auto byteOffsetOfNull = getByteOffsetOfEnd();
289 preallocateBytes (byteOffsetOfNull + extraBytesNeeded);
290 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull))
H A Djuce_String.cpp737 auto byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
738 preallocateBytes ((size_t) extraBytesNeeded + byteOffsetOfNull); in appendCharPointer()
740 auto* newStringStart = addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull); in appendCharPointer()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_String.h245 auto byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
247 preallocateBytes (byteOffsetOfNull + extraBytesNeeded); in appendCharPointer()
248 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull)) in appendCharPointer()
273 auto byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
275 preallocateBytes (byteOffsetOfNull + extraBytesNeeded); in appendCharPointer()
276 CharPointerType (addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull)) in appendCharPointer()
H A Djuce_String.cpp740 auto byteOffsetOfNull = getByteOffsetOfEnd(); in appendCharPointer() local
741 preallocateBytes ((size_t) extraBytesNeeded + byteOffsetOfNull); in appendCharPointer()
743 auto* newStringStart = addBytesToPointer (text.getAddress(), (int) byteOffsetOfNull); in appendCharPointer()