Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:zA

82385   const unsigned char *zA, *zB;
82391 zA = sqlite3_value_text(argv[1]);
82418 if( zA && zB ){
82424 sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
118874 ** in [a-zA-Z] then no stemming is attempted and this routine just
118898 /* The use of a character not in [a-zA-Z] means that we fallback
127659 const unsigned char *zA = sqlite3_value_text(argv[0]);
127688 if( zA && zB ){
127689 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));