Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp369 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/
DResourceTypes.h1704 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4410 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()