Home
last modified time | relevance | path

Searched refs:CTL_UPPER (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java52 final static char CTL_UPPER = (char)0x1F; field in ServiceLocationAttribute
678 ((c >= CTL_LOWER && c <= CTL_UPPER) || c == DEL)); in canEscape()
687 ((c >= CTL_LOWER && c <= CTL_UPPER) || c == DEL)); in isReserved()