Searched refs:stringToInt (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceUtils.cpp | 462 if (android::ResTable::stringToInt(str16.data(), str16.size(), &value)) { in ParseInt() 473 if (android::ResTable::stringToInt(str16.data(), str16.size(), &value)) { in ParseResourceId() 489 if (android::ResTable::stringToInt(str16.data(), str16.size(), &value)) { in ParseSdkVersion() 517 if (!android::ResTable::stringToInt(str16.data(), str16.size(), &value)) { in TryParseInt()
|
D | ResourceParser.cpp | 901 if (android::ResTable::stringToInt(min_str16.data(), min_str16.size(), in ParseAttrImpl() 919 if (android::ResTable::stringToInt(max_str16.data(), max_str16.size(), in ParseAttrImpl() 1056 if (!android::ResTable::stringToInt(value16.data(), value16.size(), &val)) { in ParseEnumOrFlagItem()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 385 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) { in compileAttribute() 403 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) { in compileAttribute() 511 if (!attr.hasErrors && !ResTable::stringToInt(value.string(), value.size(), NULL)) { in compileAttribute() 969 if (!ResTable::stringToInt(identStr, len, &identValue)) { in compileResourceFile() 1041 if (!ResTable::stringToInt(startStr, len, &startValue)) { in compileResourceFile() 1061 if (!ResTable::stringToInt(endStr, len, &endValue)) { in compileResourceFile()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1841 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5078 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) in stringToInt() function in android::ResTable 5529 if (stringToInt(s, len, outValue)) { in stringToValue()
|