Searched defs:storageSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h460 * @param storageSize
466 nsTFixedString_CharT( char_type* data, size_type storageSize )
468 , mFixedCapacity(storageSize - 1)
472 nsTFixedString_CharT( char_type* data, size_type storageSize, size_type length ) argument
474 , mFixedCapacity(storageSize - 1)
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTSubstring.cpp98 size_type storageSize = (capacity + 1) * sizeof(char_type); local
106 nsStringHeader *newHdr = nsStringHeader::Realloc(hdr, storageSize);
138 nsStringHeader* newHdr = nsStringHeader::Alloc(storageSize);

Completed in 43 milliseconds