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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp166 static const char16_t nulStr[] = { 0 }; variable
330 block.getComment(&len) ? block.getComment(&len) : nulStr);
914 block.getComment(&len) ? block.getComment(&len) : nulStr);
996 block.getComment(&len) ? block.getComment(&len) : nulStr);
1089 block.getComment(&len) ? block.getComment(&len) : nulStr);
1162 block.getComment(&len) ? block.getComment(&len) : nulStr);
1198 block.getComment(&len) ? block.getComment(&len) : nulStr);
1423 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr);

Completed in 56 milliseconds