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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h49 static PRBool is4byte(char c) { return (c & 0xF8) == 0xF0; } function in class:UTF8traits
114 else if ( UTF8traits::is4byte(c) )
239 else if ( UTF8traits::is4byte(*p) ) {
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp378 else if (UTF8traits::is4byte(*c))

Completed in 113 milliseconds