Searched defs:is4byte (Results 1 - 1 of 1) 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) ) {

Completed in 307 milliseconds