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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp467 char ubuf[1024]; local
472 char *p = ubuf;
473 size_t n = sizeof(ubuf);
480 p = ubuf;
481 n = sizeof(ubuf) - n;
538 char ubuf[6]; // max utf-8 char length (really only needs to be 4 bytes) local
542 char *p = ubuf;
543 size_t n = sizeof(ubuf), one_uchar = sizeof(PRUnichar);
549 p = ubuf;
550 n = sizeof(ubuf)
[all...]

Completed in 1634 milliseconds