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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java51 final static char CTL_LOWER = (char)0x00; field in class:ServiceLocationAttribute
678 ((c >= CTL_LOWER && c <= CTL_UPPER) || c == DEL));
687 ((c >= CTL_LOWER && c <= CTL_UPPER) || c == DEL));

Completed in 120 milliseconds