Searched refs:isheb (Results 1 – 1 of 1) sorted by relevance
3639 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro4130 if (isheb(*tmp)) {4138 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…4183 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
Completed in 17 milliseconds