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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp1108 static const PRUnichar empty_buffer[1] = { '\0' }; variable
1112 static const nsDependentString sEmpty(empty_buffer);
1119 static const nsDependentCString sEmpty((const char *)empty_buffer);

Completed in 1051 milliseconds