OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocatestringbuffer16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSTokenizer.h
77
UChar*
allocateStringBuffer16
(size_t len);
CSSTokenizer-in.cpp
307
UChar* CSSTokenizer::
allocateStringBuffer16
(size_t len)
503
UChar* result16 =
allocateStringBuffer16
((result - start) + peekMaxIdentifierLen(currentCharacter<CharacterType>()));
574
UChar* result16 =
allocateStringBuffer16
((result - start) + peekMaxStringLen(currentCharacter<CharacterType>(), quote));
685
UChar* result16 =
allocateStringBuffer16
(peekMaxURILen(currentCharacter<CharacterType>(), quote));
[
all
...]
Completed in 82 milliseconds