Searched refs:simpleDelim (Results 1 – 2 of 2) sorted by relevance
57 static int simpleDelim(simple_tokenizer *t, unsigned char c){ in simpleDelim() function175 while( c->iOffset<c->nBytes && simpleDelim(t, p[c->iOffset]) ){ in simpleNext()181 while( c->iOffset<c->nBytes && !simpleDelim(t, p[c->iOffset]) ){ in simpleNext()
51 static int simpleDelim(simple_tokenizer *t, unsigned char c){ in simpleDelim() function173 while( c->iOffset<c->nBytes && simpleDelim(t, p[c->iOffset]) ){ in simpleNext()179 while( c->iOffset<c->nBytes && !simpleDelim(t, p[c->iOffset]) ){ in simpleNext()