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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp352 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
370 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
478 if (!attr.hasErrors && !ResTable::stringToInt(value.string(), value.size(), NULL)) {
882 if (!ResTable::stringToInt(identStr, len, &identValue)) {
954 if (!ResTable::stringToInt(startStr, len, &startValue)) {
974 if (!ResTable::stringToInt(endStr, len, &endValue)) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h1460 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3900 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) function in class:android::ResTable
4377 if (stringToInt(s, len, outValue)) {

Completed in 95 milliseconds