Searched refs:cEscape (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | CommonTools.hxx | 51 …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()
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 290 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 D | fcode.cxx | 321 bMatch = match(aRH.getString(), aLH.getString(), cEscape); in operate()
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | fcode.hxx | 282 const sal_Unicode cEscape; member in connectivity::file::OOp_LIKE 285 OOp_LIKE(const sal_Unicode cEsc = L'\0'):cEscape(cEsc){}; in OOp_LIKE()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | CommonTools.cxx | 59 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()
|
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlbison.y | 4512 sal_Unicode cEscape = 0; 4514 cEscape = pEscapeNode->getChild(1)->getTokenValue().toChar(); 4536 if (i > 0 && aMatchStr.charAt(i-1) == cEscape)
|
Completed in 58 milliseconds