Searched refs:zCharSet (Results 1 – 1 of 1) sorted by relevance
135298 const unsigned char *zCharSet; /* Set of characters to trim */ local135319 zCharSet = 0;135320 }else if( (zCharSet = sqlite3_value_text(argv[1]))==0 ){135324 for(z=zCharSet, nChar=0; *z; nChar++){135334 for(z=zCharSet, nChar=0; *z; nChar++){135366 if( zCharSet ){