Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java355 return escapeValueInternal(val); in escapeValue()
385 private static String escapeValueInternal(Object val) { in escapeValueInternal() method in ServiceLocationAttribute
511 s = escapeValueInternal(o); in externalize()
H A DServiceLocationAttributeV1.java522 s = escapeValueInternal(o, charCode); in externalize()
542 private static String escapeValueInternal(Object val, String charCode) { in escapeValueInternal() method in ServiceLocationAttributeV1