Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp200 static const char16_t nulStr[] = { 0 }; variable
364 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileAttribute()
1002 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1084 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1177 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1250 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1286 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1529 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()