Home
last modified time | relevance | path

Searched refs:MATCH_ONE (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageSQLFunctions.cpp42 const char16_t MATCH_ONE('_'); in likeCompare() local
61 while (*aPatternItr == MATCH_ALL || *aPatternItr == MATCH_ONE) { in likeCompare()
62 if (*aPatternItr == MATCH_ONE) { in likeCompare()
84 } else if (!lastWasEscape && *aPatternItr == MATCH_ONE) { in likeCompare()
H A DStorageBaseStatementInternal.cpp192 const char16_t MATCH_ONE('_'); in EscapeStringForLIKE() local
198 aValue[i] == MATCH_ONE) { in EscapeStringForLIKE()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageSQLFunctions.cpp45 const char16_t MATCH_ONE('_'); in likeCompare() local
64 while (*aPatternItr == MATCH_ALL || *aPatternItr == MATCH_ONE) { in likeCompare()
65 if (*aPatternItr == MATCH_ONE) { in likeCompare()
90 else if (!lastWasEscape && *aPatternItr == MATCH_ONE) { in likeCompare()
H A DStorageBaseStatementInternal.cpp206 const char16_t MATCH_ONE('_'); in EscapeStringForLIKE() local
212 aValue[i] == MATCH_ONE) { in EscapeStringForLIKE()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageSQLFunctions.cpp43 const char16_t MATCH_ONE('_'); in likeCompare() local
62 while (*aPatternItr == MATCH_ALL || *aPatternItr == MATCH_ONE) { in likeCompare()
63 if (*aPatternItr == MATCH_ONE) { in likeCompare()
85 } else if (!lastWasEscape && *aPatternItr == MATCH_ONE) { in likeCompare()
H A DStorageBaseStatementInternal.cpp192 const typename T::char_type MATCH_ONE('_'); in EscapeStringForLIKEInternal() local
198 aValue[i] == MATCH_ONE) { in EscapeStringForLIKEInternal()
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageSQLFunctions.cpp43 const char16_t MATCH_ONE('_'); in likeCompare() local
62 while (*aPatternItr == MATCH_ALL || *aPatternItr == MATCH_ONE) { in likeCompare()
63 if (*aPatternItr == MATCH_ONE) { in likeCompare()
85 } else if (!lastWasEscape && *aPatternItr == MATCH_ONE) { in likeCompare()
H A DStorageBaseStatementInternal.cpp192 const typename T::char_type MATCH_ONE('_'); in EscapeStringForLIKEInternal() local
198 aValue[i] == MATCH_ONE) { in EscapeStringForLIKEInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageSQLFunctions.cpp43 const char16_t MATCH_ONE('_'); in likeCompare() local
62 while (*aPatternItr == MATCH_ALL || *aPatternItr == MATCH_ONE) { in likeCompare()
63 if (*aPatternItr == MATCH_ONE) { in likeCompare()
85 } else if (!lastWasEscape && *aPatternItr == MATCH_ONE) { in likeCompare()
H A DStorageBaseStatementInternal.cpp192 const typename T::char_type MATCH_ONE('_'); in EscapeStringForLIKEInternal() local
198 aValue[i] == MATCH_ONE) { in EscapeStringForLIKEInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageSQLFunctions.cpp43 const char16_t MATCH_ONE('_'); in likeCompare() local
62 while (*aPatternItr == MATCH_ALL || *aPatternItr == MATCH_ONE) { in likeCompare()
63 if (*aPatternItr == MATCH_ONE) { in likeCompare()
85 } else if (!lastWasEscape && *aPatternItr == MATCH_ONE) { in likeCompare()
H A DStorageBaseStatementInternal.cpp192 const char16_t MATCH_ONE('_'); in EscapeStringForLIKE() local
198 aValue[i] == MATCH_ONE) { in EscapeStringForLIKE()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/icu/
H A Dicu.c73 static const int MATCH_ONE = (UChar32)'_'; in icuLikeCompare() local
103 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
104 if( c==MATCH_ONE ){ in icuLikeCompare()
121 }else if( !prevEscape && uPattern==MATCH_ONE ){ in icuLikeCompare()
/dports/databases/kdb/kdb-3.2.0/src/drivers/sqlite/icu/
H A Dicu.cpp79 static const int MATCH_ONE = (UChar32)'_'; in icuLikeCompare() local
109 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
110 if( c==MATCH_ONE ){ in icuLikeCompare()
127 }else if( !prevEscape && uPattern==MATCH_ONE ){ in icuLikeCompare()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dsqliteicu.c131 static const uint32_t MATCH_ONE = (uint32_t)'_'; in icuLikeCompare() local
158 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
159 if( c==MATCH_ONE ){ in icuLikeCompare()
176 }else if( uPattern==MATCH_ONE && !prevEscape && uPattern!=(uint32_t)uEsc ){ in icuLikeCompare()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dsqliteicu.c131 static const uint32_t MATCH_ONE = (uint32_t)'_'; in icuLikeCompare() local
158 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
159 if( c==MATCH_ONE ){ in icuLikeCompare()
176 }else if( uPattern==MATCH_ONE && !prevEscape && uPattern!=(uint32_t)uEsc ){ in icuLikeCompare()
/dports/databases/sqlite3/sqlite-src-3350500/ext/icu/
H A Dicu.c127 static const uint32_t MATCH_ONE = (uint32_t)'_'; in icuLikeCompare() local
154 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
155 if( c==MATCH_ONE ){ in icuLikeCompare()
172 }else if( uPattern==MATCH_ONE && !prevEscape && uPattern!=(uint32_t)uEsc ){ in icuLikeCompare()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/icu/
H A Dicu.c105 static const int MATCH_ONE = (UChar32)'_'; in icuLikeCompare() local
132 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
133 if( c==MATCH_ONE ){ in icuLikeCompare()
150 }else if( !prevEscape && uPattern==MATCH_ONE ){ in icuLikeCompare()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/icu/
H A Dicu.c127 static const uint32_t MATCH_ONE = (uint32_t)'_'; in icuLikeCompare() local
154 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
155 if( c==MATCH_ONE ){ in icuLikeCompare()
172 }else if( !prevEscape && uPattern==MATCH_ONE ){ in icuLikeCompare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/icu/
H A Dicu.c127 static const uint32_t MATCH_ONE = (uint32_t)'_'; in icuLikeCompare() local
154 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){ in icuLikeCompare()
155 if( c==MATCH_ONE ){ in icuLikeCompare()
172 }else if( uPattern==MATCH_ONE && !prevEscape && uPattern!=(uint32_t)uEsc ){ in icuLikeCompare()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dmatcher.c191 MATCH_ONE = 2 enumerator
1394 gint match = MATCH_ONE; in matcherprop_match_one_header()
1403 if (match == MATCH_ONE) { in matcherprop_match_one_header()
1550 match = MATCH_ONE; in matcherlist_match_headers()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dmatcher.c191 MATCH_ONE = 2 enumerator
1394 gint match = MATCH_ONE; in matcherprop_match_one_header()
1403 if (match == MATCH_ONE) { in matcherprop_match_one_header()
1550 match = MATCH_ONE; in matcherlist_match_headers()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dmatcher.c191 MATCH_ONE = 2 enumerator
1394 gint match = MATCH_ONE; in matcherprop_match_one_header()
1403 if (match == MATCH_ONE) { in matcherprop_match_one_header()
1550 match = MATCH_ONE; in matcherlist_match_headers()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dmatcher.c191 MATCH_ONE = 2 enumerator
1394 gint match = MATCH_ONE; in matcherprop_match_one_header()
1403 if (match == MATCH_ONE) { in matcherprop_match_one_header()
1550 match = MATCH_ONE; in matcherlist_match_headers()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dmatcher.c191 MATCH_ONE = 2 enumerator
1394 gint match = MATCH_ONE; in matcherprop_match_one_header()
1403 if (match == MATCH_ONE) { in matcherprop_match_one_header()
1550 match = MATCH_ONE; in matcherlist_match_headers()

123456789