Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.cpp143 if (!ResTable::collectString(outString, curString.string(), in parseStyledString()
178 if (!ResTable::collectString(outString, curString.string(), in parseStyledString()
245 if (!ResTable::collectString(outString, curString.string(), in parseStyledString()
/frameworks/base/include/utils/
DResourceTypes.h1869 static bool collectString(String16* outString,
/frameworks/base/libs/utils/
DResourceTypes.cpp3260 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg); in stringToValue()
3270 bool ResTable::collectString(String16* outString, in collectString() function in android::ResTable