Home
last modified time | relevance | path

Searched refs:m_eq_1 (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c198 static int m_eq_1(const char *z){ in m_eq_1() function
393 }else if( m_eq_1(z) && star_oh(z) ){ in porter_stemmer()
554 }else if( m_eq_1(z+1) && !star_oh(z+1) ){ in porter_stemmer()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c199 static int m_eq_1(const char *z){ in m_eq_1() function
394 }else if( m_eq_1(z) && star_oh(z) ){ in porter_stemmer()
539 }else if( m_eq_1(z+1) && !star_oh(z+1) ){ in porter_stemmer()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c197 static int m_eq_1(const char *z){ in m_eq_1() function
392 }else if( m_eq_1(z) && star_oh(z) ){ in porter_stemmer()
537 }else if( m_eq_1(z+1) && !star_oh(z+1) ){ in porter_stemmer()