stem             118911 third_party/sqlite/amalgamation/sqlite3.c      !stem(&z, "sess", "ss", 0) &&
stem             118912 third_party/sqlite/amalgamation/sqlite3.c      !stem(&z, "sei", "i", 0)  &&
stem             118913 third_party/sqlite/amalgamation/sqlite3.c      !stem(&z, "ss", "ss", 0)
stem             118921 third_party/sqlite/amalgamation/sqlite3.c   if( stem(&z, "dee", "ee", m_gt_0) ){
stem             118924 third_party/sqlite/amalgamation/sqlite3.c      (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
stem             118927 third_party/sqlite/amalgamation/sqlite3.c      if( stem(&z, "ta", "ate", 0) ||
stem             118928 third_party/sqlite/amalgamation/sqlite3.c          stem(&z, "lb", "ble", 0) ||
stem             118929 third_party/sqlite/amalgamation/sqlite3.c          stem(&z, "zi", "ize", 0) ){
stem             118946 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "lanoita", "ate", m_gt_0) ||
stem             118947 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "lanoit", "tion", m_gt_0);
stem             118950 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "icne", "ence", m_gt_0) ||
stem             118951 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "icna", "ance", m_gt_0);
stem             118954 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "rezi", "ize", m_gt_0);
stem             118957 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "igol", "log", m_gt_0);
stem             118960 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ilb", "ble", m_gt_0) ||
stem             118961 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "illa", "al", m_gt_0) ||
stem             118962 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "iltne", "ent", m_gt_0) ||
stem             118963 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ile", "e", m_gt_0) ||
stem             118964 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ilsuo", "ous", m_gt_0);
stem             118967 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "noitazi", "ize", m_gt_0) ||
stem             118968 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "noita", "ate", m_gt_0) ||
stem             118969 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "rota", "ate", m_gt_0);
stem             118972 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "msila", "al", m_gt_0) ||
stem             118973 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ssenevi", "ive", m_gt_0) ||
stem             118974 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ssenluf", "ful", m_gt_0) ||
stem             118975 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ssensuo", "ous", m_gt_0);
stem             118978 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "itila", "al", m_gt_0) ||
stem             118979 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "itivi", "ive", m_gt_0) ||
stem             118980 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "itilib", "ble", m_gt_0);
stem             118987 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "etaci", "ic", m_gt_0) ||
stem             118988 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "evita", "", m_gt_0)   ||
stem             118989 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ezila", "al", m_gt_0);
stem             118992 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "itici", "ic", m_gt_0);
stem             118995 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "laci", "ic", m_gt_0) ||
stem             118996 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "luf", "", m_gt_0);
stem             118999 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "ssen", "", m_gt_0);
stem             119037 third_party/sqlite/amalgamation/sqlite3.c          stem(&z, "tneme", "", m_gt_1) ||
stem             119038 third_party/sqlite/amalgamation/sqlite3.c          stem(&z, "tnem", "", m_gt_1) ||
stem             119039 third_party/sqlite/amalgamation/sqlite3.c          stem(&z, "tne", "", m_gt_1);
stem             119049 third_party/sqlite/amalgamation/sqlite3.c        stem(&z, "noi", "", m_gt_1);
stem             119058 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "eta", "", m_gt_1) ||
stem             119059 third_party/sqlite/amalgamation/sqlite3.c      stem(&z, "iti", "", m_gt_1);
stem              370 third_party/sqlite/src/ext/fts1/fts1_porter.c      !stem(&z, "sess", "ss", 0) &&
stem              371 third_party/sqlite/src/ext/fts1/fts1_porter.c      !stem(&z, "sei", "i", 0)  &&
stem              372 third_party/sqlite/src/ext/fts1/fts1_porter.c      !stem(&z, "ss", "ss", 0)
stem              380 third_party/sqlite/src/ext/fts1/fts1_porter.c   if( stem(&z, "dee", "ee", m_gt_0) ){
stem              383 third_party/sqlite/src/ext/fts1/fts1_porter.c      (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
stem              386 third_party/sqlite/src/ext/fts1/fts1_porter.c      if( stem(&z, "ta", "ate", 0) ||
stem              387 third_party/sqlite/src/ext/fts1/fts1_porter.c          stem(&z, "lb", "ble", 0) ||
stem              388 third_party/sqlite/src/ext/fts1/fts1_porter.c          stem(&z, "zi", "ize", 0) ){
stem              405 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "lanoita", "ate", m_gt_0) ||
stem              406 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "lanoit", "tion", m_gt_0);
stem              409 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "icne", "ence", m_gt_0) ||
stem              410 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "icna", "ance", m_gt_0);
stem              413 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "rezi", "ize", m_gt_0);
stem              416 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "igol", "log", m_gt_0);
stem              419 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ilb", "ble", m_gt_0) ||
stem              420 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "illa", "al", m_gt_0) ||
stem              421 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "iltne", "ent", m_gt_0) ||
stem              422 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ile", "e", m_gt_0) ||
stem              423 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ilsuo", "ous", m_gt_0);
stem              426 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "noitazi", "ize", m_gt_0) ||
stem              427 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "noita", "ate", m_gt_0) ||
stem              428 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "rota", "ate", m_gt_0);
stem              431 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "msila", "al", m_gt_0) ||
stem              432 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ssenevi", "ive", m_gt_0) ||
stem              433 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ssenluf", "ful", m_gt_0) ||
stem              434 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ssensuo", "ous", m_gt_0);
stem              437 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "itila", "al", m_gt_0) ||
stem              438 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "itivi", "ive", m_gt_0) ||
stem              439 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "itilib", "ble", m_gt_0);
stem              446 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "etaci", "ic", m_gt_0) ||
stem              447 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "evita", "", m_gt_0)   ||
stem              448 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ezila", "al", m_gt_0);
stem              451 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "itici", "ic", m_gt_0);
stem              454 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "laci", "ic", m_gt_0) ||
stem              455 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "luf", "", m_gt_0);
stem              458 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "ssen", "", m_gt_0);
stem              496 third_party/sqlite/src/ext/fts1/fts1_porter.c          stem(&z, "tneme", "", m_gt_1) ||
stem              497 third_party/sqlite/src/ext/fts1/fts1_porter.c          stem(&z, "tnem", "", m_gt_1) ||
stem              498 third_party/sqlite/src/ext/fts1/fts1_porter.c          stem(&z, "tne", "", m_gt_1);
stem              508 third_party/sqlite/src/ext/fts1/fts1_porter.c        stem(&z, "noi", "", m_gt_1);
stem              517 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "eta", "", m_gt_1) ||
stem              518 third_party/sqlite/src/ext/fts1/fts1_porter.c      stem(&z, "iti", "", m_gt_1);
stem              369 third_party/sqlite/src/ext/fts2/fts2_porter.c      !stem(&z, "sess", "ss", 0) &&
stem              370 third_party/sqlite/src/ext/fts2/fts2_porter.c      !stem(&z, "sei", "i", 0)  &&
stem              371 third_party/sqlite/src/ext/fts2/fts2_porter.c      !stem(&z, "ss", "ss", 0)
stem              379 third_party/sqlite/src/ext/fts2/fts2_porter.c   if( stem(&z, "dee", "ee", m_gt_0) ){
stem              382 third_party/sqlite/src/ext/fts2/fts2_porter.c      (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
stem              385 third_party/sqlite/src/ext/fts2/fts2_porter.c      if( stem(&z, "ta", "ate", 0) ||
stem              386 third_party/sqlite/src/ext/fts2/fts2_porter.c          stem(&z, "lb", "ble", 0) ||
stem              387 third_party/sqlite/src/ext/fts2/fts2_porter.c          stem(&z, "zi", "ize", 0) ){
stem              404 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "lanoita", "ate", m_gt_0) ||
stem              405 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "lanoit", "tion", m_gt_0);
stem              408 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "icne", "ence", m_gt_0) ||
stem              409 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "icna", "ance", m_gt_0);
stem              412 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "rezi", "ize", m_gt_0);
stem              415 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "igol", "log", m_gt_0);
stem              418 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ilb", "ble", m_gt_0) ||
stem              419 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "illa", "al", m_gt_0) ||
stem              420 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "iltne", "ent", m_gt_0) ||
stem              421 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ile", "e", m_gt_0) ||
stem              422 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ilsuo", "ous", m_gt_0);
stem              425 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "noitazi", "ize", m_gt_0) ||
stem              426 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "noita", "ate", m_gt_0) ||
stem              427 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "rota", "ate", m_gt_0);
stem              430 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "msila", "al", m_gt_0) ||
stem              431 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ssenevi", "ive", m_gt_0) ||
stem              432 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ssenluf", "ful", m_gt_0) ||
stem              433 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ssensuo", "ous", m_gt_0);
stem              436 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "itila", "al", m_gt_0) ||
stem              437 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "itivi", "ive", m_gt_0) ||
stem              438 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "itilib", "ble", m_gt_0);
stem              445 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "etaci", "ic", m_gt_0) ||
stem              446 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "evita", "", m_gt_0)   ||
stem              447 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ezila", "al", m_gt_0);
stem              450 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "itici", "ic", m_gt_0);
stem              453 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "laci", "ic", m_gt_0) ||
stem              454 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "luf", "", m_gt_0);
stem              457 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "ssen", "", m_gt_0);
stem              495 third_party/sqlite/src/ext/fts2/fts2_porter.c          stem(&z, "tneme", "", m_gt_1) ||
stem              496 third_party/sqlite/src/ext/fts2/fts2_porter.c          stem(&z, "tnem", "", m_gt_1) ||
stem              497 third_party/sqlite/src/ext/fts2/fts2_porter.c          stem(&z, "tne", "", m_gt_1);
stem              507 third_party/sqlite/src/ext/fts2/fts2_porter.c        stem(&z, "noi", "", m_gt_1);
stem              516 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "eta", "", m_gt_1) ||
stem              517 third_party/sqlite/src/ext/fts2/fts2_porter.c      stem(&z, "iti", "", m_gt_1);
stem              372 third_party/sqlite/src/ext/fts3/fts3_porter.c      !stem(&z, "sess", "ss", 0) &&
stem              373 third_party/sqlite/src/ext/fts3/fts3_porter.c      !stem(&z, "sei", "i", 0)  &&
stem              374 third_party/sqlite/src/ext/fts3/fts3_porter.c      !stem(&z, "ss", "ss", 0)
stem              382 third_party/sqlite/src/ext/fts3/fts3_porter.c   if( stem(&z, "dee", "ee", m_gt_0) ){
stem              385 third_party/sqlite/src/ext/fts3/fts3_porter.c      (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
stem              388 third_party/sqlite/src/ext/fts3/fts3_porter.c      if( stem(&z, "ta", "ate", 0) ||
stem              389 third_party/sqlite/src/ext/fts3/fts3_porter.c          stem(&z, "lb", "ble", 0) ||
stem              390 third_party/sqlite/src/ext/fts3/fts3_porter.c          stem(&z, "zi", "ize", 0) ){
stem              407 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "lanoita", "ate", m_gt_0) ||
stem              408 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "lanoit", "tion", m_gt_0);
stem              411 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "icne", "ence", m_gt_0) ||
stem              412 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "icna", "ance", m_gt_0);
stem              415 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "rezi", "ize", m_gt_0);
stem              418 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "igol", "log", m_gt_0);
stem              421 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ilb", "ble", m_gt_0) ||
stem              422 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "illa", "al", m_gt_0) ||
stem              423 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "iltne", "ent", m_gt_0) ||
stem              424 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ile", "e", m_gt_0) ||
stem              425 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ilsuo", "ous", m_gt_0);
stem              428 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "noitazi", "ize", m_gt_0) ||
stem              429 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "noita", "ate", m_gt_0) ||
stem              430 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "rota", "ate", m_gt_0);
stem              433 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "msila", "al", m_gt_0) ||
stem              434 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ssenevi", "ive", m_gt_0) ||
stem              435 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ssenluf", "ful", m_gt_0) ||
stem              436 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ssensuo", "ous", m_gt_0);
stem              439 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "itila", "al", m_gt_0) ||
stem              440 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "itivi", "ive", m_gt_0) ||
stem              441 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "itilib", "ble", m_gt_0);
stem              448 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "etaci", "ic", m_gt_0) ||
stem              449 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "evita", "", m_gt_0)   ||
stem              450 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ezila", "al", m_gt_0);
stem              453 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "itici", "ic", m_gt_0);
stem              456 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "laci", "ic", m_gt_0) ||
stem              457 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "luf", "", m_gt_0);
stem              460 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "ssen", "", m_gt_0);
stem              498 third_party/sqlite/src/ext/fts3/fts3_porter.c          stem(&z, "tneme", "", m_gt_1) ||
stem              499 third_party/sqlite/src/ext/fts3/fts3_porter.c          stem(&z, "tnem", "", m_gt_1) ||
stem              500 third_party/sqlite/src/ext/fts3/fts3_porter.c          stem(&z, "tne", "", m_gt_1);
stem              510 third_party/sqlite/src/ext/fts3/fts3_porter.c        stem(&z, "noi", "", m_gt_1);
stem              519 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "eta", "", m_gt_1) ||
stem              520 third_party/sqlite/src/ext/fts3/fts3_porter.c      stem(&z, "iti", "", m_gt_1);