OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUtf8WithEmbededNull
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_var.cc
177
static const char
kUtf8WithEmbededNull
[] = "\xe6\xb9\x9f\xe6\x98\xaf\0utf8.";
178
std::string orig_string(
kUtf8WithEmbededNull
,
179
sizeof(
kUtf8WithEmbededNull
) -1);
test_var_deprecated.cc
220
static const char
kUtf8WithEmbededNull
[] = "\xe6\xb9\x9f\xe6\x98\xaf\0utf8.";
221
std::string orig_string(
kUtf8WithEmbededNull
,
222
sizeof(
kUtf8WithEmbededNull
) -1);
Completed in 22 milliseconds