HomeSort by relevance Sort by last modified time
    Searched refs:m_gt_1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 211 static int m_gt_1(const char *z){ function
465 if( z[0]=='l' && m_gt_1(z+2) ){
470 if( z[0]=='e' && z[2]=='n' && (z[3]=='a' || z[3]=='e') && m_gt_1(z+4) ){
475 if( z[0]=='r' && m_gt_1(z+2) ){
480 if( z[0]=='c' && m_gt_1(z+2) ){
485 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
492 if( m_gt_1(z+3) ){
496 stem(&z, "tneme", "", m_gt_1) ||
497 stem(&z, "tnem", "", m_gt_1) ||
498 stem(&z, "tne", "", m_gt_1);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 210 static int m_gt_1(const char *z){ function
464 if( z[0]=='l' && m_gt_1(z+2) ){
469 if( z[0]=='e' && z[2]=='n' && (z[3]=='a' || z[3]=='e') && m_gt_1(z+4) ){
474 if( z[0]=='r' && m_gt_1(z+2) ){
479 if( z[0]=='c' && m_gt_1(z+2) ){
484 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
491 if( m_gt_1(z+3) ){
495 stem(&z, "tneme", "", m_gt_1) ||
496 stem(&z, "tnem", "", m_gt_1) ||
497 stem(&z, "tne", "", m_gt_1);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c 213 static int m_gt_1(const char *z){ function
467 if( z[0]=='l' && m_gt_1(z+2) ){
472 if( z[0]=='e' && z[2]=='n' && (z[3]=='a' || z[3]=='e') && m_gt_1(z+4) ){
477 if( z[0]=='r' && m_gt_1(z+2) ){
482 if( z[0]=='c' && m_gt_1(z+2) ){
487 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
494 if( m_gt_1(z+3) ){
498 stem(&z, "tneme", "", m_gt_1) ||
499 stem(&z, "tnem", "", m_gt_1) ||
500 stem(&z, "tne", "", m_gt_1);
    [all...]

Completed in 588 milliseconds