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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java702 private static String uriEncode(String s, long lowMask, long hiMask) { argument
711 if ((hiMask & (1L << c-64)) != 0) {
732 if ((hiMask & (1L << c-64)) != 0) {
749 if ((hiMask & (1L << b-64)) != 0) {

Completed in 10 milliseconds