Searched refs:lowMask (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
707 if ((lowMask & (1L << c)) != 0) {
726 if ((lowMask & (1L << c)) != 0) {
743 if ((lowMask & (1L << b)) != 0) {

Completed in 10 milliseconds