HomeSort by relevance Sort by last modified time
    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