Home
last modified time | relevance | path

Searched defs:bWasEscaped (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8atr.cxx2748 bool bWasEscaped = false; in EscapeToken() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8atr.cxx2732 bool bWasEscaped = false; in EscapeToken() local
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.cpp3589 int CSphTokenizerTraits<IS_UTF8>::CodepointArbitration ( int iCode, bool bWasEscaped, BYTE uNextByt… in CodepointArbitration()
4352 bool bWasEscaped = false; // whether current char was escaped in GetToken() local
4609 bool bWasEscaped = ( bUseEscape && iCodePoint=='\\' ); // whether current codepoint was escaped in GetToken() local
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp5758 int CSphTokenizerBase::CodepointArbitrationQ ( int iCode, bool bWasEscaped, BYTE uNextByte ) in CodepointArbitrationQ()
6148 bool bWasEscaped = ( IS_QUERY && iCodePoint=='\\' ); // whether current codepoint was escaped in DoGetToken() local