OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAsUTF16
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
values.h
95
virtual bool
GetAsUTF16
(string16* out_value) const;
163
bool
GetAsUTF16
(string16* out_value) const;
values_unittest.cc
148
ASSERT_TRUE(narrow_value->
GetAsUTF16
(&utf16));
155
ASSERT_TRUE(wide_value->
GetAsUTF16
(&utf16));
162
ASSERT_TRUE(utf16_value->
GetAsUTF16
(&utf16));
417
ASSERT_TRUE(copy_string->
GetAsUTF16
(©_utf16_value));
429
ASSERT_TRUE(copy_wstring->
GetAsUTF16
(©_utf16_value));
441
ASSERT_TRUE(copy_utf16->
GetAsUTF16
(©_utf16_value));
values.cc
127
bool Value::
GetAsUTF16
(string16* out_value) const {
243
bool StringValue::
GetAsUTF16
(string16* out_value) const {
498
return value->
GetAsUTF16
(out_value);
588
return value->
GetAsUTF16
(out_value);
737
return value->
GetAsUTF16
(out_value);
Completed in 20 milliseconds