OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8Chars
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPUtils.cpp
68
char*
utf8Chars
= reinterpret_cast<char*>(malloc(length));
69
str->WriteUtf8(
utf8Chars
, length, 0, v8::String::HINT_MANY_WRITES_EXPECTED);
70
STRINGN_TO_NPVARIANT(
utf8Chars
, length-1, *result);
/external/skia/tests/
FontHostTest.cpp
78
static uint8_t
utf8Chars
[] = { 0x61, 0xE4, 0xB8, 0xAD, 0xD0, 0xAF, 0xD7, 0x99, 0xD7, 0x95, 0xF0, 0x9D, 0x84, 0x9E, 0x61 };
89
{
utf8Chars
, 7, sizeof(
utf8Chars
), SkTypeface::kUTF8_Encoding, "Simple UTF-8" },
Completed in 184 milliseconds