Searched refs:is6byte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h51 static PRBool is6byte(char c) { return (c & 0xFE) == 0xFC; } function in class:UTF8traits
126 else if ( UTF8traits::is6byte(c) )
244 // This doesn't happen with is5byte and is6byte because they
255 else if ( UTF8traits::is6byte(*p) )
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp382 else if (UTF8traits::is6byte(*c))

Completed in 44 milliseconds