OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Utf8Length
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
V8NPUtils.cpp
96
return v8::String::New(src.UTF8Characters, src.
UTF8Length
);
114
int bufferLength = str->
Utf8Length
() + 1;
/hardware/ril/mock-ril/src/cpp/
node_util.cpp
86
if (encoding == UTF8) return str->
Utf8Length
();
node_buffer.cpp
196
int length = e == UTF8 ? s->
Utf8Length
() : s->Length();
606
Integer::New(e == UTF8 ? s->
Utf8Length
() : s->Length());
/external/v8/test/cctest/
test-strings.cc
312
StrLength(ascii_string))->
Utf8Length
();
328
CHECK_EQ(10, mixed->
Utf8Length
());
/external/v8/include/
v8.h
994
V8EXPORT int
Utf8Length
() const;
[
all
...]
/external/v8/src/
api.cc
[
all
...]
objects.h
[
all
...]
objects.cc
[
all
...]
Completed in 867 milliseconds