Home | History | Annotate | Download | only in dist

Lines Matching defs:zA

92443   const unsigned char *zA, *zB;
92449 zA = sqlite3_value_text(argv[1]);
92476 if( zA && zB ){
92482 sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
135220 ** in [a-zA-Z] then no stemming is attempted and this routine just
135244 /* The use of a character not in [a-zA-Z] means that we fallback
148310 const unsigned char *zA = sqlite3_value_text(argv[0]);
148339 if( zA && zB ){
148340 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));