OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKStringGetCharacters
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
WKString.cpp
54
actualSize =
WKStringGetCharacters
(string, uniBuffer, maxSize);
61
actualSize =
WKStringGetCharacters
(string, uniBuffer, maxSize-1);
65
actualSize =
WKStringGetCharacters
(string, uniBuffer, maxSize+1);
/external/webkit/Source/WebKit2/Shared/API/c/
WKString.h
53
WK_EXPORT size_t
WKStringGetCharacters
(WKStringRef string, WKChar* buffer, size_t bufferLength);
WKString.cpp
55
size_t
WKStringGetCharacters
(WKStringRef stringRef, WKChar* buffer, size_t bufferLength)
Completed in 712 milliseconds