cvs commit: xml-xerces/java/src/org/apache/xerces/util XMLChar.java

2004-01-22 Thread mrglavas
mrglavas2004/01/22 13:26:18 Modified:java/src/org/apache/xerces/util XMLChar.java Log: Performance improvement. Tighten necessary bounds check for isSpace. Considering that the highest character in S in is 0x20, if we tightened the bounds on these methods we could avoid doi

cvs commit: xml-xerces/java/src/org/apache/xerces/util XMLChar.java

2002-11-27 Thread neilg
neilg 2002/11/27 12:25:57 Modified:java/src/org/apache/xerces/util XMLChar.java Log: premature commit of this file... oops... Revision ChangesPath 1.11 +12 -2 xml-xerces/java/src/org/apache/xerces/util/XMLChar.java Index: XMLChar.java ==