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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java121 private static final int ASCII_DIGIT_CHARACTERS = 0x20; field in class:URI
130 private static final int MASK_ALPHA_NUMERIC = ASCII_ALPHA_CHARACTERS | ASCII_DIGIT_CHARACTERS;
150 fgLookupTable[i] |= ASCII_DIGIT_CHARACTERS | ASCII_HEX_CHARACTERS;

Completed in 32 milliseconds