Searched refs:trail (Results 1 – 1 of 1) 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()
Completed in 9 milliseconds