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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp1541 PRUnichar ucs2[]={'W', 'o', 'r', 'l', 'd', 0x4e00, 0xAc00, 0xFF45, 0x0103}; local
1547 ret = nsTextFormatter::snprintf(buf, 256, fmt.get(), d, 333, utf8, ucs2);
/vbox/include/VBox/
H A Dshflsvc.h168 uint16_t ucs2[1]; member in union:_SHFLSTRING::__anon251
205 if (pString->u16Size >= sizeof(pString->String.ucs2[0]))
206 pString->String.ucs2[0] = 0;
264 rc = RTUtf16ValidateEncodingEx(&pString->String.ucs2[0], pString->u16Length / 2 + 1,

Completed in 50 milliseconds