Lines Matching full:strings
158 * This is a shortcut to detect strings that are going to Time.format()
1077 StringPool strings(mUTF8);
1080 // First collect just the strings for attribute names that have a
1084 collect_resid_strings(&strings, &resids);
1086 // Next collect all remainibng strings.
1087 collect_strings(&strings, &resids, stripComments, stripRawValues);
1089 sp<AaptFile> stringPool = strings.createStringBlock();
1116 flatten_node(strings, dest, stripComments, stripRawValues);
1123 fprintf(stderr, "**** total xml size: %zu / %zu%% strings (in %s)\n",
1398 // Just ignore strings that are out of range of
1400 // strings as we assign the first ID.
1444 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest,
1474 mComment.size() > 0 ? strings.offsetForString(mComment) : -1);
1487 attrExt.ns.index = htodl(strings.offsetForString(mNamespaceUri));
1491 attrExt.name.index = htodl(strings.offsetForString(mElementName));
1520 namespaceExt.prefix.index = htodl(strings.offsetForString(mNamespacePrefix));
1524 namespaceExt.prefix.index = htodl(strings.offsetForString(mNamespacePrefix));
1525 namespaceExt.uri.index = htodl(strings.offsetForString(mNamespaceUri));
1533 cdataExt.data.index = htodl(strings.offsetForString(mChars));
1554 attr.ns.index = htodl(strings.offsetForString(ae.ns));
1561 attr.rawValue.index = htodl(strings.offsetForString(ae.string));
1570 attr.typedValue.data = htodl(strings.offsetForString(ae.string));
1580 status_t err = mChildren.itemAt(i)->flatten_node(strings, dest,