Searched refs:trail (Results 1 – 2 of 2) sorted by relevance
307 int ch, total, trail; in gdTcl_UtfToUniChar() local310 trail = total - 1; in gdTcl_UtfToUniChar()312 if (trail > 0) { in gdTcl_UtfToUniChar()313 ch = byte & (0x3F >> trail); in gdTcl_UtfToUniChar()322 trail--; in gdTcl_UtfToUniChar()323 } while (trail > 0); in gdTcl_UtfToUniChar()
122 # 0x81-0x9F or 0xE0-0xFC, and second/trail/low byte in the
Completed in 26 milliseconds