OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type16
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/process/
SymbolTable.cpp
292
const std::u16string
type16
= util::Utf8ToUtf16(ToString(name.type));
local
297
entry16.data(), entry16.size(),
type16
.data(),
type16
.size(),
/frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h
82
const char16_t*
type16
= nullptr;
member in struct:android::AssetManager2::ResourceName
/frameworks/base/libs/androidfw/
AssetManager2.cpp
357
out_name->
type16
= nullptr;
359
out_name->
type16
= entry.type_string_ref.string16(&out_name->type_len);
360
if (out_name->
type16
== nullptr) {
648
std::u16string
type16
;
local
649
if (!Utf8ToUtf16(type, &
type16
)) {
668
uint32_t resid = package->FindEntryByName(
type16
, entry16);
669
if (resid == 0u && kAttr16 ==
type16
) {
[
all
...]
Completed in 202 milliseconds