Searched refs:ILLEGAL_CHARS (Results 1 – 1 of 1) sorted by relevance
34 private final static byte[] ILLEGAL_CHARS = { field in ShortName260 for (int j = 0; j < ILLEGAL_CHARS.length; j++) { in checkValidChars()261 if (toTest == ILLEGAL_CHARS[j]) in checkValidChars()263 ILLEGAL_CHARS[j] + " at " + i); in checkValidChars()