OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniBuffer
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
WKString.cpp
53
WKChar*
uniBuffer
= new WKChar[maxSize+1];
54
actualSize = WKStringGetCharacters(string,
uniBuffer
, maxSize);
58
TEST_ASSERT(!memcmp(
uniBuffer
, helloBuffer, 10));
61
actualSize = WKStringGetCharacters(string,
uniBuffer
, maxSize-1);
65
actualSize = WKStringGetCharacters(string,
uniBuffer
, maxSize+1);
68
delete[]
uniBuffer
;
/external/icu4c/test/cintltst/
ccapitst.c
[
all
...]
Completed in 207 milliseconds