Searched refs:utf7encode (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.cpp629 static const unsigned char utf7encode[128] = variable
648 if (cc < 0x80 && utf7encode[cc] < 1)
690 if (!(cc) || (cc < 0x80 && utf7encode[cc] < 1))

Completed in 101 milliseconds