Searched defs:surrogate (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp520 PRBool surrogate = PR_FALSE; local
523 PRUint16 slower = 0; // surrogate byte lower bound.
559 else if ( c == 0xED ) // ED[A0-BF][80-BF] : surrogate codepoint
561 surrogate = PR_TRUE;
579 surrogate = PR_TRUE;
599 (surrogate && slower <= c) || (nonchar && !state) )
601 overlong = surrogate = PR_FALSE;

Completed in 71 milliseconds