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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp455 static const PRUnichar NOT_ASCII = PRUnichar(~0x007F); local
474 if ( *c++ & NOT_ASCII )
485 static const char NOT_ASCII = char(~0x7F); local
504 if ( *c++ & NOT_ASCII )

Completed in 62 milliseconds