Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DCharInfo.java109 private final boolean[] shouldMapTextChar_ASCII; field in CharInfo
161 this.shouldMapTextChar_ASCII = new boolean[ASCII_MAX]; in CharInfo()
332 shouldMapTextChar_ASCII[S_QUOTE] = false; in CharInfo()
342 shouldMapTextChar_ASCII[S_QUOTE] = false; in CharInfo()
450 return shouldMapTextChar_ASCII[value]; in shouldMapTextChar()
546 max = charInfo.shouldMapTextChar_ASCII.length;
547 System.arraycopy(charInfo.shouldMapTextChar_ASCII,0,copy.shouldMapTextChar_ASCII,0,max);
697 shouldMapTextChar_ASCII[j] = true;