Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DResTable_test.cpp281 ASSERT_EQ(expectSuccess, U16StringToInt(str, len, &out)) << "Failed with " in testU16StringToInt()
298 TEST(ResTableTest, U16StringToInt) { in TEST() argument
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1631 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4989 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue) in U16StringToInt() function
5080 return U16StringToInt(s, len, outValue); in stringToInt()