Searched refs:U16StringToInt (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | ResTable_test.cpp | 281 ASSERT_EQ(expectSuccess, U16StringToInt(str, len, &out)) << "Failed with " in testU16StringToInt() 298 TEST(ResTableTest, U16StringToInt) { in TEST() argument
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1741 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5192 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue) in U16StringToInt() function 5283 return U16StringToInt(s, len, outValue); in stringToInt()
|