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

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

Completed in 71 milliseconds