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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcustom.h111 #define iscalnum(x) ((wxUChar)(x) < 128 && isalnum(x))
112 #define iscalpha(x) ((wxUChar)(x) < 128 && isalpha(x))
113 #define iscdigit(x) ((wxUChar)(x) < 128 && isdigit(x))
114 #define iscspace(x) ((wxUChar)(x) < 128 && isspace(x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Duuid.h51 wxUChar *m_pszUuid; // this string is alloc'd and freed by RPC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Duuid.cpp149 if ( UuidFromString((wxUChar *)pc, &m_uuid) != RPC_S_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h193 typedef unsigned char wxUChar; typedef
214 typedef wchar_t wxUChar; typedef
225 typedef __WCHAR_TYPE__ wxUChar; typedef
327 #define wxTolower(c) _totlower((wxUChar)(c))
328 #define wxToupper(c) _totupper((wxUChar)(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp1930 if ((wxUChar)*s1 < (wxUChar)*s2) return -1;
1931 if ((wxUChar)*s1 > (wxUChar)*s2) return 1;
1964 if ((wxUChar)*s1 < (wxUChar)*s2) return -1;
1965 if ((wxUChar)*s1 > (wxUChar)*s2) return 1;
H A Dhash.cpp653 int_key += (wxUChar) *string++;
1011 int_key += (wxUChar)*str++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregextest.cpp326 wxUChar ch = arg[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextxml.cpp480 else if (wxUChar(c) > 127)
488 s << (int) wxUChar(c);
536 else if (wxUChar(c) > 127)
544 s << (int) wxUChar(c);
730 int c = (int) wxUChar(text[i]);

Completed in 201 milliseconds