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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_comp.c174 int nch = *dn++; local
181 } else if (periodchar(nch) || nch == '\0') {
188 ppch = pch, pch = ch, ch = nch;
/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp172 PRUint32 nch; local
175 if (PyUnicode_AsPRUnichar(val_use, &tempo, &nch) < 0)
177 aStr.Assign(tempo, nch);
486 int nch = PyString_GET_SIZE(val_use); local
488 *pp = (char *)nsMemory::Alloc(nch+1);
493 strncpy(*pp, sz, nch+1);
735 PRUint32 nch; local
737 if (PyUnicode_AsPRUnichar(ob, &p, &nch) < 0) {
742 nr = v->SetAsWStringWithSize(nch, p);
1431 PRUint32 nch;
[all...]

Completed in 35 milliseconds