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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp205 static const char16_t nulStr[] = { 0 }; variable
351 block.getComment(&len) ? block.getComment(&len) : nulStr);
989 block.getComment(&len) ? block.getComment(&len) : nulStr);
1071 block.getComment(&len) ? block.getComment(&len) : nulStr);
1172 block.getComment(&len) ? block.getComment(&len) : nulStr);
1245 block.getComment(&len) ? block.getComment(&len) : nulStr);
1281 block.getComment(&len) ? block.getComment(&len) : nulStr);
1524 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr);

Completed in 435 milliseconds