Searched refs:zCharSet (Results 1 – 1 of 1) sorted by relevance
135515 const unsigned char *zCharSet; /* Set of characters to trim */ local135536 zCharSet = 0;135537 }else if( (zCharSet = sqlite3_value_text(argv[1]))==0 ){135541 for(z=zCharSet, nChar=0; *z; nChar++){135551 for(z=zCharSet, nChar=0; *z; nChar++){135583 if( zCharSet ){