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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DRemoteConnect.cpp38 bool canZLIB, bool canUTF8numbers, bool canNotify)
56 if (canUTF8numbers) AddTag(CECEmptyTag(EC_TAG_CAN_UTF8_NUMBERS));
94 void CRemoteConnect::SetCapabilities(bool canZLIB, bool canUTF8numbers, bool canNotify) argument
100 m_canUTF8numbers = canUTF8numbers;
101 if (canUTF8numbers) {
37 CECLoginPacket(const wxString& client, const wxString& version, bool canZLIB, bool canUTF8numbers, bool canNotify) argument
H A DRemoteConnect.h42 bool canZLIB = true, bool canUTF8numbers = true, bool canNotify = false);
86 void SetCapabilities(bool canZLIB, bool canUTF8numbers, bool canNotify);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp458 bool canZLIB = false, canUTF8numbers = false; local
464 canUTF8numbers = true;
470 % (canUTF8numbers ? wxT("yes") : wxT("no"))
472 if (canZLIB && canUTF8numbers) {} // get rid of unused variable warning

Completed in 55 milliseconds