Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DStringPrototype.cpp822 unsigned stringSize = s.size(); in stringProtoFuncFontsize() local
823 unsigned bufferSize = 22 + stringSize; in stringProtoFuncFontsize()
842 memcpy(&buffer[15], s.data(), stringSize * sizeof(UChar)); in stringProtoFuncFontsize()
843 buffer[15 + stringSize] = '<'; in stringProtoFuncFontsize()
844 buffer[16 + stringSize] = '/'; in stringProtoFuncFontsize()
845 buffer[17 + stringSize] = 'f'; in stringProtoFuncFontsize()
846 buffer[18 + stringSize] = 'o'; in stringProtoFuncFontsize()
847 buffer[19 + stringSize] = 'n'; in stringProtoFuncFontsize()
848 buffer[20 + stringSize] = 't'; in stringProtoFuncFontsize()
849 buffer[21 + stringSize] = '>'; in stringProtoFuncFontsize()
[all …]