Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp215 static const char16_t nulStr[] = { 0 }; variable
361 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileAttribute()
999 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1081 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1182 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1255 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1291 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1534 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()