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

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

Completed in 44 milliseconds