Home
last modified time | relevance | path

Searched refs:MATCH_ALL (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DpackageManager.js24 MATCH_ALL: 0x00020000 property
/third_party/sqlite/src/
Dsqlite3.c207264 static const uint32_t MATCH_ALL = (uint32_t)'%';
207282 if( uPattern==MATCH_ALL && !prevEscape && uPattern!=(uint32_t)uEsc ){
207290 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){