Searched refs:wxUnicodePUA (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp724 const wxUint32 wxUnicodePUA = 0x100000; variable
725 const wxUint32 wxUnicodePUAEnd = wxUnicodePUA + 256;
788 res >= wxUnicodePUA && res < wxUnicodePUAEnd)
826 size_t pa = encode_utf16((unsigned char)*opsz + wxUnicodePUA, (wxUint16 *)buf);
834 *buf++ = (wchar_t)(wxUnicodePUA + (unsigned char)*opsz);
893 && cc >= wxUnicodePUA && cc < wxUnicodePUAEnd )
896 *buf++ = (char)(cc - wxUnicodePUA);

Completed in 56 milliseconds