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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h42 class UTF8traits class
92 if ( UTF8traits::isASCII(c) )
102 if ( UTF8traits::is2byte(c) )
108 else if ( UTF8traits::is3byte(c) )
114 else if ( UTF8traits::is4byte(c) )
120 else if ( UTF8traits::is5byte(c) )
126 else if ( UTF8traits::is6byte(c) )
144 if ( UTF8traits::isInSeq(c) )
233 if ( UTF8traits::isASCII(*p) )
235 else if ( UTF8traits
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp372 if (UTF8traits::isASCII(*c))
374 else if (UTF8traits::is2byte(*c))
376 else if (UTF8traits::is3byte(*c))
378 else if (UTF8traits::is4byte(*c))
380 else if (UTF8traits::is5byte(*c))
382 else if (UTF8traits::is6byte(*c))
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp544 if ( UTF8traits::isASCII(c) )
549 else if ( UTF8traits::is2byte(c) )
551 else if ( UTF8traits::is3byte(c) )
567 else if ( c <= 0xF4 ) // XXX replace /w UTF8traits::is4byte when it's updated to exclude [F5-F7].(bug 199090)
598 if ( !UTF8traits::isInSeq(c) || (overlong && c <= olupper) ||

Completed in 48 milliseconds