Searched refs:specialSaveChars (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java177 private static final String specialSaveChars = "=: \t\r\n\f#!"; field in class:StripProperties
181 * and writes out any of the characters in specialSaveChars
226 if (specialSaveChars.indexOf(aChar) != -1) {
/openjdk7/jdk/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java177 private static final String specialSaveChars = "=: \t\r\n\f#!"; field in class:StripProperties
181 * and writes out any of the characters in specialSaveChars
226 if (specialSaveChars.indexOf(aChar) != -1) {
/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java75 private static final String specialSaveChars = "\""; field in class:CompileProperties
314 if (specialSaveChars.indexOf(aChar) != -1) {
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java320 if (specialSaveChars.indexOf(aChar) != -1) {
401 private static final String specialSaveChars = "\""; field in class:CompileProperties

Completed in 32 milliseconds