Searched refs:is2byte (Results 1 - 3 of 3) 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) )
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp374 else if (UTF8traits::is2byte(*c))
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp549 else if ( UTF8traits::is2byte(c) )

Completed in 126 milliseconds