Searched defs:escapingStyle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DNameImpl.java63 // escapingStyle gives the method used at creation time for
71 private int escapingStyle = STYLE_NONE; field in class:NameImpl
116 if (escapingStyle == STYLE_NONE) {
117 escapingStyle = one ? STYLE_QUOTE1 : STYLE_QUOTE2;
157 if (escapingStyle == STYLE_NONE) {
158 escapingStyle = STYLE_ESCAPE;

Completed in 22 milliseconds