Home | History | Annotate | Download | only in aapt

Lines Matching refs:String16

209 static String16 mayOrMust(int type, int flags)
212 return String16("<p>Must");
215 return String16("<p>May");
218 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,
219 const String16& typeName, const String16& ident, int type,
225 String16 fullMsg(mayOrMust(type, flags->value));
226 fullMsg.append(String16(" be "));
227 fullMsg.append(String16(flags->description));
235 String16("<p>This may also be a reference to a resource (in the form\n"
245 const String16 myPackage;
249 String16 ident;
250 String16 comment;
254 PendingAttribute(String16 _package, const sp<AaptFile>& in,
272 String16 attr16("attr");
284 attr16, ident, String16(""),
285 String16("^type"),
286 String16(numberStr), NULL, NULL);
300 const String16& myPackage,
302 String16* outIdent = NULL,
307 const String16 attr16("attr");
308 const String16 id16("id");
311 const String16 enum16("enum");
312 const String16 flag16("flag");
320 attr.ident = String16(block.getAttributeStringValue(identIdx, &len));
329 attr.comment = String16(
334 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
352 String16 val = String16(block.getAttributeStringValue(minIdx, &len));
361 String16(""), String16("^min"), String16(val), NULL, NULL);
370 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
379 String16(""), String16("^max"), String16(val), NULL, NULL);
404 String16(""), String16("^l10n"), String16(buf), NULL, NULL);
411 String16 enumOrFlagsComment;
442 myPackage, attr16, attr.ident, String16(""),
443 String16("^type"), String16(numberStr), NULL, NULL, true);
460 String16 itemIdent;
463 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len));
470 String16 value;
473 value = String16(block.getAttributeStringValue(valueIdx, &len));
490 myPackage, id16, itemIdent, String16(), NULL);
501 ? String16(" be one of the following constant values.")
502 : String16(" be one or more (separated by '|') of the following constant values."));
503 enumOrFlagsComment.append(String16("</p>\n<table>\n"
510 enumOrFlagsComment.append(String16("\n<tr><td><code>"));
512 enumOrFlagsComment.append(String16("</code></td><td>"));
514 enumOrFlagsComment.append(String16("</td><td>"));
516 enumOrFlagsComment.append(String16(block.getComment(&len)));
518 enumOrFlagsComment.append(String16("</td></tr>"));
522 attr16, attr.ident, String16(""),
555 enumOrFlagsComment.append(String16("\n</table>"));
572 const String16& myPackage,
573 const String16& curType,
574 const String16& ident,
575 const String16& parentIdent,
576 const String16& itemIdent,
579 const String16& product,
585 const String16 item16("item");
587 String16 str;
616 bool isInProductList(const String16& needle, const String16& haystack) {
644 String16 type;
645 String16 ident;
648 type_ident_pair_t(const String16& t, const String16& i) : type(t), ident(i) { }
667 const String16& myPackage,
668 const String16& curType,
669 const String16& ident,
670 const String16& curTag,
674 const String16& product,
682 String16 str;
711 if (strcmp16(String16("default").string(), product.string()) != 0) {
729 if (isInProductList(product, String16(bundleProduct))) {
731 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
767 const String16 resources16("resources");
770 const String16 declare_styleable16("declare-styleable");
771 const String16 attr16("attr");
774 const String16 string16("string");
775 const String16 drawable16("drawable");
776 const String16 color16("color");
777 const String16 bool16("bool");
778 const String16 integer16("integer");
779 const String16 dimen16("dimen");
780 const String16 fraction16("fraction");
781 const String16 style16("style");
782 const String16 plurals16("plurals");
783 const String16 array16("array");
784 const String16 string_array16("string-array");
785 const String16 integer_array16("integer-array");
786 const String16 public16("public");
787 const String16 public_padding16("public-padding");
788 const String16 private_symbols16("private-symbols");
789 const String16 java_symbol16("java-symbol");
790 const String16 add_resource16("add-resource");
791 const String16 skip16("skip");
792 const String16 eat_comment16("eat-comment");
795 const String16 bag16("bag");
796 const String16 item16("item");
799 const String16 enum16("enum");
802 const String16 other16("other");
803 const String16 quantityOther16("^other");
804 const String16 zero16("zero");
805 const String16 quantityZero16("^zero");
806 const String16 one16("one");
807 const String16 quantityOne16("^one");
808 const String16 two16("two");
809 const String16 quantityTwo16("^two");
810 const String16 few16("few");
811 const String16 quantityFew16("^few");
812 const String16 many16("many");
813 const String16 quantityMany16("^many");
816 const String16 name16("name");
817 const String16 translatable16("translatable");
818 const String16 formatted16("formatted");
819 const String16 false16("false");
821 const String16 myPackage(assets->getPackage());
830 DefaultKeyedVector<String16, uint32_t> nextPublicId(0);
864 const String16* curTag = NULL;
865 String16 curType;
899 String16 type;
905 type = String16(block.getAttributeStringValue(typeIdx, &len));
907 String16 name;
913 name = String16(block.getAttributeStringValue(nameIdx, &len));
950 String16 comment(
971 String16 type;
977 type = String16(block.getAttributeStringValue(typeIdx, &len));
979 String16 name;
985 name = String16(block.getAttributeStringValue(nameIdx, &len));
1032 String16 comment(
1038 String16 curName(name);
1041 curName.append(String16(buf));
1044 String16("padding"), NULL, &curParams, false,
1079 String16 pkg;
1086 pkg = String16(block.getAttributeStringValue(pkgIdx, &len));
1103 String16 type;
1109 type = String16(block.getAttributeStringValue(typeIdx, &len));
1111 String16 name;
1117 name = String16(block.getAttributeStringValue(nameIdx, &len));
1125 String16 comment(
1146 String16 typeName;
1152 typeName = String16(block.getAttributeStringValue(typeIdx, &len));
1154 String16 name;
1160 name = String16(block.getAttributeStringValue(nameIdx, &len));
1176 String16 ident;
1182 ident = String16(block.getAttributeStringValue(identIdx, &len));
1198 String16 comment(
1234 String16 comment(
1236 String16 itemIdent;
1273 curType = String16(block.getAttributeStringValue(attri, &len));
1276 String16 formatStr = String16(block.getAttributeStringValue(
1293 } else if (strcmp16(block.getElementName(&len), string16.string()) == 0) {
1298 String16 name;
1299 String16 translatable;
1300 String16 formatted;
1341 curTag = &string16;
1342 curType = string16;
1375 curType = String16(block.getAttributeStringValue(attri, &len));
1396 String16 formatStr = String16(block.getAttributeStringValue(
1409 // (simplified form of what string16 does above)
1443 String16 ident;
1446 ident = String16(block.getAttributeStringValue(identIdx, &len));
1454 String16 product;
1457 product = String16(block.getAttributeStringValue(identIdx, &len));
1460 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr);
1464 String16 parentIdent;
1467 parentIdent = String16(block.getAttributeStringValue(parentIdentIdx, &len));
1499 String16 itemIdent;
1502 itemIdent = String16(elmIndexStr);
1506 String16 quantity16(block.getAttributeStringValue(itemIdentIdx, &len));
1538 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len));
1663 ResourceTable::ResourceTable(Bundle* bundle, const String16& assetsPackage)
1687 String16 name(incl.getBasePackageName(i));
1729 sp<Type> attr = getType(mAssetsPackage, String16("attr"), unknown);
1735 const String16& package,
1736 const String16& type,
1737 const String16& name,
1759 const String16& package,
1760 const String16& type,
1761 const String16& name,
1762 const String16& value,
1780 if (name == String16("left")) {
1800 const String16& package,
1801 const String16& type,
1802 const String16& name,
1803 const String16& bagParent,
1821 if (name == String16("left")) {
1864 const String16& package,
1865 const String16& type,
1866 const String16& name,
1867 const String16& bagParent,
1868 const String16& bagKey,
1869 const String16& value,
1885 if (name == String16("left")) {
1908 bool ResourceTable::hasBagOrEntry(const String16& package,
1909 const String16& type,
1910 const String16& name) const
1933 bool ResourceTable::hasBagOrEntry(const String16& package,
1934 const String16& type,
1935 const String16& name,
1964 bool ResourceTable::hasBagOrEntry(const String16& ref,
1965 const String16* defType,
1966 const String16* defPackage)
1968 String16 package, type, name;
1976 bool ResourceTable::appendComment(const String16& package,
1977 const String16& type,
1978 const String16& name,
1979 const String16& comment,
2000 bool ResourceTable::appendTypeComment(const String16& package,
2001 const String16& type,
2002 const String16& name,
2003 const String16& comment)
2024 const String16& package, const String16& type, const String16& name)
2058 uint32_t ResourceTable::getResId(const String16& package,
2059 const String16& type,
2060 const String16& name,
2101 uint32_t ResourceTable::getResId(const String16& ref,
2102 const String16* defType,
2103 const String16* defPackage,
2107 String16 package, type, name;
2136 bool ResourceTable::isValidResourceName(const String16& s)
2155 const String16& str,
2159 String16* outStr, void* accessorCookie,
2163 String16 finalStr;
2218 const String16& package, const String16& type, const String16& name) const
2234 const String16& package, const String16& type, const String16& name,
2241 String16 value("false");
2322 uint32_t attrID, Vector<String16>* outKeys)
2328 const String16& key = e->getBag().keyAt(i);
2343 String16 nameStr(name, nameLen);
2366 String16 nameStr(name, nameLen);
2379 String16 nameStr(start, pos-start);
2456 sp<Type> attr = p->getType(String16("attr"), unknown);
2545 String16 comment(c->getComment());
2565 ResourceTable::addLocalization(const String16& name, const String8& locale)
2587 for (map<String16, set<String8> >::iterator nameIter = mLocalizations.begin();
2661 const static String16 mipmap16("mipmap");
2683 typeStrings.add(String16("<empty>"), false);
2686 const String16 typeName(t->getName());
2809 String16 typeName(p->getTypeStrings().stringAt(ti, &len));
2811 LOG_ALWAYS_FATAL_IF(t == NULL && typeName != String16("<empty>"),
3048 void ResourceTable::writePublicDefinitions(const String16& package, FILE* fp)
3064 void ResourceTable::writePublicDefinitions(const String16& package, FILE* fp, bool pub)
3125 const String16& _value,
3157 const String16& value,
3187 const String16& key, const String16& value,
3232 const String16& package)
3234 const String16 attr16("attr");
3235 const String16 id16("id");
3238 const String16& key = mBag.keyAt(i);
3242 String16 value("false");
3262 attr16, key, String16(""),
3263 String16("^type"),
3264 String16(numberStr), NULL, NULL);
3275 const String16& package)
3281 const String16 style16("style");
3282 const String16 attr16("attr");
3283 const String16 id16("id");
3295 const String16& key = mBag.keyAt(i);
3326 const String16& key = mBag.keyAt(i);
3449 void ResourceTable::ConfigList::appendComment(const String16& comment,
3459 mComment.append(String16("\n"));
3464 void ResourceTable::ConfigList::appendTypeComment(const String16& comment)
3470 mTypeComment.append(String16("\n"));
3476 const String16& name,
3506 mPublic.add(name, Public(sourcePos, String16(), ident));
3522 void ResourceTable::Type::canAddEntry(const String16& name)
3527 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry,
3623 const String16& name = mPublic.keyAt(j);
3690 ResourceTable::Package::Package(const String16& name, ssize_t includedId)
3697 sp<ResourceTable::Type> ResourceTable::Package::getType(const String16& type,
3737 DefaultKeyedVector<String16, uint32_t>* mappings)
3751 mappings->add(String16(strings->stringAt(i, &len)), i);
3806 sp<ResourceTable::Package> ResourceTable::getPackage(const String16& package)
3830 sp<ResourceTable::Type> ResourceTable::getType(const String16& package,
3831 const String16& type,
3842 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package,
3843 const String16& type,
3844 const String16& name,