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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp333 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
351 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
459 if (!attr.hasErrors && !ResTable::stringToInt(value.string(), value.size(), NULL)) {
784 if (!ResTable::stringToInt(identStr, len, &identValue)) {
856 if (!ResTable::stringToInt(startStr, len, &startValue)) {
876 if (!ResTable::stringToInt(endStr, len, &endValue)) {
/frameworks/base/include/utils/
H A DResourceTypes.h1817 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2583 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) function in class:android::ResTable
3060 if (stringToInt(s, len, outValue)) {

Completed in 195 milliseconds