Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp2314 String16 finalStr; in stringToValue() local
2320 .stringToValue(outValue, &finalStr, str.c_str(), str.size(), preserveSpaces, in stringToValue()
2330 finalStr = str; in stringToValue()
2349 configStr.c_str(), String8(finalStr).c_str()); in stringToValue()
2352 outValue->data = pool->add(finalStr, *style, configTypeName, config); in stringToValue()
2354 outValue->data = pool->add(finalStr, true, configTypeName, config); in stringToValue()
2362 *outStr = finalStr; in stringToValue()