Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp182 static const char16_t nulStr[] = { 0 }; variable
346 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileAttribute()
979 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1061 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1154 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1227 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1263 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1499 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()