allocateStringBuffer16 495 Source/core/css/CSSTokenizer-in.cpp UChar* result16 = allocateStringBuffer16((result - start) + peekMaxIdentifierLen(currentCharacter<CharacterType>())); allocateStringBuffer16 568 Source/core/css/CSSTokenizer-in.cpp UChar* result16 = allocateStringBuffer16((result - start) + peekMaxStringLen(currentCharacter<CharacterType>(), quote)); allocateStringBuffer16 679 Source/core/css/CSSTokenizer-in.cpp UChar* result16 = allocateStringBuffer16(peekMaxURILen(currentCharacter<CharacterType>(), quote)); allocateStringBuffer16 77 Source/core/css/CSSTokenizer.h UChar* allocateStringBuffer16(size_t len);