Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp2052 String16 finalStr; in stringToValue() local
2058 .stringToValue(outValue, &finalStr, str.string(), str.size(), preserveSpaces, in stringToValue()
2068 finalStr = str; in stringToValue()
2079 outValue->data = pool->add(finalStr, *style); in stringToValue()
2081 outValue->data = pool->add(finalStr, true); in stringToValue()
2089 *outStr = finalStr; in stringToValue()