Lines Matching defs:zA
86851 const unsigned char *zA, *zB;
86857 zA = sqlite3_value_text(argv[1]);
86884 if( zA && zB ){
86890 sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
124066 ** in [a-zA-Z] then no stemming is attempted and this routine just
124090 /* The use of a character not in [a-zA-Z] means that we fallback
133611 const unsigned char *zA = sqlite3_value_text(argv[0]);
133640 if( zA && zB ){
133641 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));