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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp369 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
387 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
495 if (!attr.hasErrors && !ResTable::stringToInt(value.string(), value.size(), NULL)) {
948 if (!ResTable::stringToInt(identStr, len, &identValue)) {
1020 if (!ResTable::stringToInt(startStr, len, &startValue)) {
1040 if (!ResTable::stringToInt(endStr, len, &endValue)) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h1704 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4410 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) function in class:android::ResTable
4909 if (stringToInt(s, len, outValue)) {

Completed in 108 milliseconds