Searched refs:wxTOKEN_RET_EMPTY (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dtokenizer.cpp80 { _T(""), _T(" "), wxTOKEN_RET_EMPTY, 0 },
83 { _T(":"), _T(":"), wxTOKEN_RET_EMPTY, 1 },
86 { _T("::"), _T(":"), wxTOKEN_RET_EMPTY, 1 },
102 { _T("1:2::3:"), _T(":"), wxTOKEN_RET_EMPTY, 4 },
108 { _T("1:2::3::"), _T(":"), wxTOKEN_RET_EMPTY, 4 },
115 { _T("1 \t3\t4 6 "), wxDEFAULT_DELIMITERS, wxTOKEN_RET_EMPTY, 6 },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtokenzr.cpp58 // whitespace characters and as wxTOKEN_RET_EMPTY otherwise (for
71 mode = wxTOKEN_RET_EMPTY;
112 case wxTOKEN_RET_EMPTY:
114 // special hack for wxTOKEN_RET_EMPTY: we should return the initial
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtokenzr.h31 wxTOKEN_RET_EMPTY, // return empty token in the middle of the string enumerator in enum:wxStringTokenizerMode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dwxregextest.cpp107 _T("\t"), wxTOKEN_RET_EMPTY);

Completed in 52 milliseconds