Home
last modified time | relevance | path

Searched refs:cLowNibble (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalinst.cxx835 int cLowNibble = p[2]; in isDangerousUrl() local
836 if( (cLowNibble >= '0' ) && (cLowNibble <= '9')) in isDangerousUrl()
838 if( cLowNibble >= 'a' ) in isDangerousUrl()
839 cLowNibble -= 'a' - 'A'; in isDangerousUrl()
840 if( (cLowNibble < 'A') || (cLowNibble >= 'C')) in isDangerousUrl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalinst.cxx825 int cLowNibble = p[2]; in isDangerousUrl() local
826 if( (cLowNibble >= '0' ) && (cLowNibble <= '9')) in isDangerousUrl()
828 if( cLowNibble >= 'a' ) in isDangerousUrl()
829 cLowNibble -= 'a' - 'A'; in isDangerousUrl()
830 if( (cLowNibble < 'A') || (cLowNibble >= 'C')) in isDangerousUrl()