Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp165 static const char16_t nulStr[] = { 0 }; variable
329 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileAttribute()
913 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
995 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1088 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1161 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1197 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1422 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()