Home | History | Annotate | Download | only in orig

Lines Matching defs:zA

92423   const unsigned char *zA, *zB;
92429 zA = sqlite3_value_text(argv[1]);
92456 if( zA && zB ){
92462 sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
135188 ** in [a-zA-Z] then no stemming is attempted and this routine just
135212 /* The use of a character not in [a-zA-Z] means that we fallback
148278 const unsigned char *zA = sqlite3_value_text(argv[0]);
148307 if( zA && zB ){
148308 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));