Searched refs:is3byte (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h48 static PRBool is3byte(char c) { return (c & 0xF0) == 0xE0; } function in class:UTF8traits
108 else if ( UTF8traits::is3byte(c) )
237 else if ( UTF8traits::is3byte(*p) )
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp376 else if (UTF8traits::is3byte(*c))
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp551 else if ( UTF8traits::is3byte(c) )

Completed in 57 milliseconds