Searched defs:m_gt_0 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_porter.c187 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/
H A Dfts2_porter.c186 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/
H A Dfts3_porter.c189 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...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c118728 static int m_gt_0(const char *z){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c135042 static int m_gt_0(const char *z){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c135074 static int m_gt_0(const char *z){ function
[all...]

Completed in 537 milliseconds