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