Home
last modified time | relevance | path

Searched refs:cEscape (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx51 …TOOLS sal_Bool match(const sal_Unicode* pWild, const sal_Unicode* pStr, const sal_Unicode cEscape);
52 inline sal_Bool match( const rtl::OUString& rWild, const sal_Unicode* pStr, sal_Unicode cEscape) in match() argument
53 { return match( rWild.getStr(), pStr, cEscape); } in match()
54 inline sal_Bool match( const rtl::OUString& rWild, const rtl::OUString& rStr, sal_Unicode cEscape) in match() argument
55 { return match( rWild, rStr.getStr(), cEscape); } in match()
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx290 sal_Unicode cEscape = L'\0'; in execute_LIKE() local
321 cEscape = pEscNode->getTokenValue().toChar(); in execute_LIKE()
328 ? new OOp_NOTLIKE(cEscape) in execute_LIKE()
329 : new OOp_LIKE(cEscape); in execute_LIKE()
H A Dfcode.cxx321 bMatch = match(aRH.getString(), aLH.getString(), cEscape); in operate()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx282 const sal_Unicode cEscape; member in connectivity::file::OOp_LIKE
285 OOp_LIKE(const sal_Unicode cEsc = L'\0'):cEscape(cEsc){}; in OOp_LIKE()
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx59 sal_Bool match(const sal_Unicode* pWild, const sal_Unicode* pStr, const sal_Unicode cEscape) in match() argument
73 if (*pWild && (*pWild == cEscape) && ((*(pWild+1)== CHAR_PLACE) || (*(pWild+1) == CHAR_WILD)) ) in match()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4513 sal_Unicode cEscape = 0;
4515 cEscape = pEscapeNode->getChild(1)->getTokenValue().toChar();
4537 if (i > 0 && aMatchStr.charAt(i-1) == cEscape)

Completed in 914 milliseconds