Searched refs:wxIsUpperChar (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/gtk/
H A Dwindow.cpp560 inline bool wxIsUpperChar(int code) function
1132 ( wxIsLowerChar(key_code) || wxIsUpperChar(key_code) ))
1136 if ( wxIsUpperChar(key_code) )
1232 ( wxIsLowerChar(*pstr) || wxIsUpperChar(*pstr) ))
1236 if ( wxIsUpperChar(*pstr) )

Completed in 68 milliseconds