Searched refs:H_DIGIT (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixUriUtils.java | 203 private static final long H_DIGIT = 0L; field in UnixUriUtils 223 private static final long H_ALPHANUM = H_DIGIT | H_ALPHA;
|
/libcore/ojluni/annotations/hiddenapi/sun/net/www/ |
D | ParseUtil.java | 180 private static final long H_DIGIT = 0L; // 0x0L field in ParseUtil
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 2569 private static final long H_DIGIT = 0L; local 2589 private static final long H_ALPHANUM = H_DIGIT | H_ALPHA; 2676 private static final long H_SCHEME = H_ALPHA | H_DIGIT | highMask("+-."); 3290 checkChars(p, q, L_DIGIT, H_DIGIT, "port number"); in parseServer() 3311 int q = scan(p, n, L_DIGIT, H_DIGIT); in scanByte() 3337 int m = scan(p, n, L_DIGIT | L_DOT, H_DIGIT | H_DOT); in scanIPv4Address()
|
/libcore/ojluni/src/main/java/sun/net/www/ |
D | ParseUtil.java | 595 private static final long H_DIGIT = 0L; field in ParseUtil 620 private static final long H_ALPHANUM = H_DIGIT | H_ALPHA;
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URI.java | 402 private static final long H_DIGIT = 0L; // 0x0L field in URI
|