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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DNameImpl.java67 private static final int STYLE_NONE = 0; field in class:NameImpl
71 private int escapingStyle = STYLE_NONE;
116 if (escapingStyle == STYLE_NONE) {
157 if (escapingStyle == STYLE_NONE) {

Completed in 36 milliseconds