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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c345 PyObject *utf8; local
346 utf8 = PyUnicode_AsUTF8String(v);
347 if (utf8 == NULL) {
353 n = PyString_GET_SIZE(utf8);
360 w_string(PyString_AS_STRING(utf8), (int)n, p);
361 Py_DECREF(utf8);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp158 NS_ASSERTION((0x80 == (0xC0 & (*in))), "The input string is not in utf8");
204 NS_ASSERTION(0, "The input string is not in utf8");
209 NS_ASSERTION((0x80 == (0xC0 & (*in))), "The input string is not in utf8");
1540 char utf8[] = "Hello"; local
1547 ret = nsTextFormatter::snprintf(buf, 256, fmt.get(), d, 333, utf8, ucs2);
/vbox/include/VBox/
H A Dshflsvc.h167 uint8_t utf8[1]; member in union:_SHFLSTRING::__anon251
207 else if (pString->u16Size >= sizeof(pString->String.utf8[0]))
208 pString->String.utf8[0] = 0;
254 rc = RTStrValidateEncodingEx((const char *)&pString->String.utf8[0], pString->u16Length + 1,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 448 milliseconds