OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u16string
(Results
26 - 43
of
43
) sorted by null
1
2
/frameworks/base/tools/aapt2/process/
SymbolTable.cpp
296
const std::
u16string
package16 = util::Utf8ToUtf16(name.package);
297
const std::
u16string
type16 = util::Utf8ToUtf16(to_string(name.type));
298
const std::
u16string
entry16 = util::Utf8ToUtf16(name.entry);
299
const std::
u16string
mangled_entry16 =
312
std::
u16string
scratch_entry16;
/frameworks/base/libs/androidfw/include/androidfw/
Util.h
114
std::
u16string
Utf8ToUtf16(const StringPiece& utf8);
StringPiece.h
293
inline ::std::ostream& operator<<(::std::ostream& out, const std::
u16string
& str) {
/frameworks/base/tools/aapt2/
Diagnostics.h
63
inline DiagMessage& DiagMessage::operator<<(const ::std::
u16string
& value) {
ResourceUtils.cpp
465
std::
u16string
str16 = util::Utf8ToUtf16(str);
476
std::
u16string
str16 = util::Utf8ToUtf16(trimmed_str);
492
std::
u16string
str16 = util::Utf8ToUtf16(trimmed_str);
520
std::
u16string
str16 = util::Utf8ToUtf16(util::TrimWhitespace(str));
533
std::
u16string
str16 = util::Utf8ToUtf16(util::TrimWhitespace(str));
StringPool_test.cpp
347
std::
u16string
longStr16(50000, 'a');
ResourceParser.cpp
[
all
...]
StringPool.cpp
400
const std::
u16string
encoded = util::Utf8ToUtf16(str);
/frameworks/base/libs/androidfw/
LoadedArsc.cpp
267
const static std::
u16string
kMipMap = u"mipmap";
277
if (kMipMap.compare(0, std::
u16string
::npos, type_name16, type_name_len) == 0) {
321
uint32_t LoadedPackage::FindEntryByName(const std::
u16string
& type_name,
322
const std::
u16string
& entry_name) const {
AssetManager2.cpp
759
static bool Utf8ToUtf16(const StringPiece& str, std::
u16string
* out) {
791
std::
u16string
type16;
796
std::
u16string
entry16;
802
const static std::
u16string
kAttrPrivate16 = u"^attr-private";
[
all
...]
/frameworks/base/tools/aapt2/format/binary/
TableFlattener_test.cpp
187
std::
u16string
foo_str = u"foo";
193
std::
u16string
bar_path = u"res/layout/bar.xml";
504
std::
u16string
foo_str = u"foo";
510
std::
u16string
bar_path = u"res/layout/bar.xml";
559
std::
u16string
foo_str = u"foo";
565
std::
u16string
bar_path = u"res/layout/bar.xml";
BinaryResourceParser.cpp
180
std::
u16string
package_name;
/frameworks/base/tools/aapt2/util/
Util.cpp
300
std::
u16string
Utf8ToUtf16(const StringPiece& utf8) {
307
std::
u16string
utf16;
Util.h
201
std::
u16string
Utf8ToUtf16(const android::StringPiece& utf8);
/frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp
123
const std::
u16string
text16 = util::Utf8ToUtf16(string->value->value);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h
[
all
...]
/frameworks/base/libs/androidfw/tests/
ResTable_test.cpp
278
std::string s = convert.to_bytes(std::
u16string
(str, len));
Completed in 650 milliseconds
1
2