Lines Matching defs:zA
86815 const unsigned char *zA, *zB;
86821 zA = sqlite3_value_text(argv[1]);
86848 if( zA && zB ){
86854 sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
124018 ** in [a-zA-Z] then no stemming is attempted and this routine just
124042 /* The use of a character not in [a-zA-Z] means that we fallback
133563 const unsigned char *zA = sqlite3_value_text(argv[0]);
133592 if( zA && zB ){
133593 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));