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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexForth.cxx46 char getChar(bool is_bl){ function
68 for(;cur_pos<lengthDoc && (c=getChar(is_bl))==ch; cur_pos++){
77 for(len=0;cur_pos<lengthDoc && (c=getChar(is_bl))!=ch; cur_pos++){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.h231 char getChar = stream_in.GetC(); local
233 CPPUNIT_ASSERT(peekChar == getChar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java726 output.writeChar(field.getChar(o));

Completed in 207 milliseconds