Searched defs:is3byte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h48 static PRBool is3byte(char c) { return (c & 0xF0) == 0xE0; } function in class:UTF8traits
108 else if ( UTF8traits::is3byte(c) )
237 else if ( UTF8traits::is3byte(*p) )

Completed in 46 milliseconds