Searched refs:stringToInt (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 369 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) { in compileAttribute() 387 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) { in compileAttribute() 495 if (!attr.hasErrors && !ResTable::stringToInt(value.string(), value.size(), NULL)) { in compileAttribute() 948 if (!ResTable::stringToInt(identStr, len, &identValue)) { in compileResourceFile() 1020 if (!ResTable::stringToInt(startStr, len, &startValue)) { in compileResourceFile() 1040 if (!ResTable::stringToInt(endStr, len, &endValue)) { in compileResourceFile()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1704 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4410 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) in stringToInt() function in android::ResTable 4909 if (stringToInt(s, len, outValue)) { in stringToValue()
|