Home | History | Annotate | Download | only in aapt

Lines Matching refs:STRINGS

197     // our client placed their own strings in it.
219 // Now build the pool of unique strings.
221 const size_t STRINGS = mEntries.size();
233 for (i=0; i<STRINGS; i++) {
261 uint8_t* strings = (uint8_t*)dat;
263 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
265 ENCODE_LENGTH(strings, sizeof(uint8_t), encSize)
267 strncpy((char*)strings, encStr, encSize+1);
269 uint16_t* strings = (uint16_t*)dat;
271 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize)
273 strcpy16_htod(strings, ent.value);