Home | History | Annotate | Download | only in aapt

Lines Matching refs:strings

1236                         // Untranslatable strings must only exist in the default [empty] locale
1246 // Don't add untranslatable strings to the localization table; that
1326 // Check whether these strings need valid formats.
2470 // For all strings...
2476 // Look for strings with no default localization
2547 // Iterate through all data, collecting all values (strings,
2634 fprintf(stderr, "**** type strings: %d\n", amt);
2644 fprintf(stderr, "**** key strings: %d\n", amt);
2849 fprintf(stderr, "**** value strings: %d\n", amt);
2850 fprintf(stderr, "**** total strings: %d\n", strAmt);
2870 fprintf(stderr, "**** total resource table size: %d / %d%% strings\n",
3140 status_t ResourceTable::Entry::prepareFlatten(StringPool* strings, ResourceTable* table)
3145 if (!table->stringToValue(&it.parsedValue, strings,
3156 if (!table->stringToValue(&it.parsedValue, strings,
3538 ResStringPool* strings,
3548 status_t err = strings->setTo(data->getData(), data->getSize());
3550 const size_t N = strings->size();
3553 mappings->add(String16(strings->stringAt(i, &len)), i);