OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBufferCharacters
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.h
290
ALWAYS_INLINE CharType *
getBufferCharacters
();
305
ALWAYS_INLINE LChar* StringBuilder::
getBufferCharacters
<LChar>()
312
ALWAYS_INLINE UChar* StringBuilder::
getBufferCharacters
<UChar>()
StringBuilder.cpp
231
return
getBufferCharacters
<CharType>() + currentLength;
254
CharType* result =
getBufferCharacters
<CharType>() + m_length;
Completed in 60 milliseconds