Home
last modified time | relevance | path

Searched refs:string8 (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libutils/
H A DString8_test.cpp87 String8 string8(string16); in TEST_F() local
89 EXPECT_EQ(4U, string8.length()); in TEST_F()
96 String8 string8(string32); in TEST_F() local
97 EXPECT_EQ(10U, string8.length()); in TEST_F()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp59 if (base::expected<StringPiece, NullOrIOError> type_str = type_string_ref.string8(); in ToResourceName()
77 if (base::expected<StringPiece, NullOrIOError> entry_str = entry_string_ref.string8(); in ToResourceName()
H A DResourceTypes.cpp4464 outName->type8 = UnpackOptionalString(entry.typeStr.string8(), &outName->typeLen); in getResourceName()
4465 outName->name8 = UnpackOptionalString(entry.keyStr.string8(), &outName->nameLen); in getResourceName()
6399 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() function in android::StringPoolRef
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h582 base::expected<StringPiece, NullOrIOError> string8() const;