Searched defs:nulStr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp216 static const char16_t nulStr[] = { 0 }; variable
362 block.getComment(&len) ? block.getComment(&len) : nulStr);
1000 block.getComment(&len) ? block.getComment(&len) : nulStr);
1082 block.getComment(&len) ? block.getComment(&len) : nulStr);
1183 block.getComment(&len) ? block.getComment(&len) : nulStr);
1256 block.getComment(&len) ? block.getComment(&len) : nulStr);
1292 block.getComment(&len) ? block.getComment(&len) : nulStr);
1535 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr);

Completed in 55 milliseconds