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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 225 static int hasVowel(const char *z){
383 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
398 if( z[0]=='y' && hasVowel(z+1) ){
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 224 static int hasVowel(const char *z){
382 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
397 if( z[0]=='y' && hasVowel(z+1) ){
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c 227 static int hasVowel(const char *z){
385 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
400 if( z[0]=='y' && hasVowel(z+1) ){

Completed in 80 milliseconds