Home
last modified time | relevance | path

Searched refs:U16StringToInt (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp254 ASSERT_EQ(expectSuccess, U16StringToInt(str, len, &out)) << "Failed with " in testU16StringToInt()
271 TEST(ResTableTest, U16StringToInt) { in TEST() argument
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1931 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue);
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5345 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue) in U16StringToInt() function
5436 return U16StringToInt(s, len, outValue); in stringToInt()