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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java505 private static final long URL_ESCAPE_L = PATH_ESCAPE_NC_L ^ (1L<<'?' | 1L<<';'); field in class:Util
568 if ((URL_ESCAPE_L & (1L << c)) != 0) {
588 if ((URL_ESCAPE_L & (1L << c)) != 0) {
612 if ((URL_ESCAPE_L & (1L << b)) != 0) {

Completed in 11 milliseconds