Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c249 static int star_oh(const char *z){ in star_oh() 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.c250 static int star_oh(const char *z){ in star_oh() 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.c248 static int star_oh(const char *z){ in star_oh() 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()