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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h47 static PRBool is2byte(char c) { return (c & 0xE0) == 0xC0; } function in class:UTF8traits
102 if ( UTF8traits::is2byte(c) )
235 else if ( UTF8traits::is2byte(*p) )

Completed in 1337 milliseconds