/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fts1_porter.c | 187 static int m_gt_0(const char *z){ function 380 if( stem(&z, "dee", "ee", m_gt_0) ){ 405 stem(&z, "lanoita", "ate", m_gt_0) || 406 stem(&z, "lanoit", "tion", m_gt_0); 409 stem(&z, "icne", "ence", m_gt_0) || 410 stem(&z, "icna", "ance", m_gt_0); 413 stem(&z, "rezi", "ize", m_gt_0); 416 stem(&z, "igol", "log", m_gt_0); 419 stem(&z, "ilb", "ble", m_gt_0) || 420 stem(&z, "illa", "al", m_gt_0) || [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2_porter.c | 186 static int m_gt_0(const char *z){ function 379 if( stem(&z, "dee", "ee", m_gt_0) ){ 404 stem(&z, "lanoita", "ate", m_gt_0) || 405 stem(&z, "lanoit", "tion", m_gt_0); 408 stem(&z, "icne", "ence", m_gt_0) || 409 stem(&z, "icna", "ance", m_gt_0); 412 stem(&z, "rezi", "ize", m_gt_0); 415 stem(&z, "igol", "log", m_gt_0); 418 stem(&z, "ilb", "ble", m_gt_0) || 419 stem(&z, "illa", "al", m_gt_0) || [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_porter.c | 189 static int m_gt_0(const char *z){ function 382 if( stem(&z, "dee", "ee", m_gt_0) ){ 407 stem(&z, "lanoita", "ate", m_gt_0) || 408 stem(&z, "lanoit", "tion", m_gt_0); 411 stem(&z, "icne", "ence", m_gt_0) || 412 stem(&z, "icna", "ance", m_gt_0); 415 stem(&z, "rezi", "ize", m_gt_0); 418 stem(&z, "igol", "log", m_gt_0); 421 stem(&z, "ilb", "ble", m_gt_0) || 422 stem(&z, "illa", "al", m_gt_0) || [all...] |