Home | History | Annotate | Download | only in net

Lines Matching refs:H_RESERVED

2593     private static final long H_RESERVED = highMask(";/?:@&=+$,[]");
2602 private static final long H_URIC = H_RESERVED | H_UNRESERVED | H_ESCAPED;