Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp213 static const char16_t nulStr[] = { 0 }; variable
359 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileAttribute()
997 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1079 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1180 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1253 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1289 block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()
1532 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile()