Searched refs:trail (Results 1 – 1 of 1) sorted by relevance
306 int ch, total, trail; in gdTcl_UtfToUniChar() local309 trail = total - 1; in gdTcl_UtfToUniChar()311 if (trail > 0) { in gdTcl_UtfToUniChar()312 ch = byte & (0x3F >> trail); in gdTcl_UtfToUniChar()321 trail--; in gdTcl_UtfToUniChar()322 } while (trail > 0); in gdTcl_UtfToUniChar()
Completed in 10 milliseconds