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

/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp281 ASSERT_EQ(expectSuccess, U16StringToInt(str, len, &out)) << "Failed with "
298 TEST(ResTableTest, U16StringToInt) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1682 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5177 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue) function
5268 return U16StringToInt(s, len, outValue);

Completed in 25 milliseconds