Home
last modified time | relevance | path

Searched refs:stringToValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h248 bool stringToValue(Res_value* outValue, StringPool* pool,
DResourceTable.cpp2303 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue() function in ResourceTable
2318 .stringToValue(outValue, &finalStr, str.string(), str.size(), preserveSpaces, in stringToValue()
3700 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()
3712 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()
4444 res = stringToValue(outValue, NULL, item->value, false, false, item->bagKeyId); in getItemValue()
DXMLNode.cpp988 .stringToValue(&e.value, &e.string, in parseValues()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h2005 bool stringToValue(Res_value* outValue, String16* outString,
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5381 bool ResTable::stringToValue(Res_value* outValue, String16* outString, in stringToValue() function in android::ResTable