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

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetResourceBundle.java67 private static final String UNDERSCORE = "_"; field in class:JdbcRowSetResourceBundle
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLNameTranslatorImpl.java77 private static final String UNDERSCORE = "_"; field in class:IDLNameTranslatorImpl
81 UNDERSCORE + UNDERSCORE;
91 private static final String ID_CONTAINER_CLASH_CHAR = UNDERSCORE;
95 UNDERSCORE + UNDERSCORE;
99 UNDERSCORE + UNDERSCORE;
489 return UNDERSCORE + identifier;
501 return identifier.startsWith(UNDERSCORE);
[all...]
H A DIDLNameTranslatorImpl_save.sjava74 private static final String UNDERSCORE = "_";
78 UNDERSCORE + UNDERSCORE;
88 private static final String ID_CONTAINER_CLASH_CHAR = UNDERSCORE;
92 UNDERSCORE + UNDERSCORE;
96 UNDERSCORE + UNDERSCORE;
466 return UNDERSCORE + identifier;
478 return identifier.startsWith(UNDERSCORE);
[all...]

Completed in 33 milliseconds