Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java461 String newKey = fixupPropertyString(key, true); in loadPropertiesFile()
472 newValue = fixupPropertyString(value, false); in loadPropertiesFile()
474 newValue = fixupPropertyString(newValue, false); in loadPropertiesFile()
494 static private String fixupPropertyString(String s, boolean doClipping) in fixupPropertyString() method in OutputPropertiesFactory