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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp330 bool IsWordSeparator(const wxChar ch) function
354 if ((i == 0 || IsWordSeparator(str.GetChar(i-1))) &&
355 ((i == str.Length() - l || IsWordSeparator(str.GetChar(i+l))) ||
440 last_char_wordseparator = IsWordSeparator(c);

Completed in 113 milliseconds