OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Utf8String
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
intern_table.h
149
class
Utf8String
{
151
Utf8String
(uint32_t utf16_length, const char* utf8_data, int32_t hash)
170
//
Utf8String
can be used for lookup.
171
std::size_t operator()(const
Utf8String
& key) const {
176
bool operator()(const GcRoot<mirror::String>& a, const
Utf8String
& b) const
196
ObjPtr<mirror::String> Find(const
Utf8String
& string) REQUIRES_SHARED(Locks::mutator_lock_)
intern_table.cc
105
Utf8String
string(utf16_length,
338
const
Utf8String
& b) const {
426
ObjPtr<mirror::String> InternTable::Table::Find(const
Utf8String
& string) {
/external/webrtc/webrtc/base/
proxydetect.cc
194
std::string
Utf8String
(const tstring& str) { return ToUtf8(str); }
199
std::string
Utf8String
(const tstring& str) { return str; }
805
std::string surl =
Utf8String
(url);
[
all
...]
/art/dex2oat/linker/
oat_writer.cc
[
all
...]
Completed in 224 milliseconds