Searched defs:isDelim (Results 1 – 4 of 4) sorted by relevance
47 static int isDelim(simple_tokenizer *t, unsigned char c){ in isDelim() function
572 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !isIdChar[ch-0x30])) macro
570 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) macro
573 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) macro