Searched refs:shouldMapAttrChar_ASCII (Results 1 – 1 of 1) sorted by relevance
102 private final boolean[] shouldMapAttrChar_ASCII; field in CharInfo160 this.shouldMapAttrChar_ASCII = new boolean[ASCII_MAX]; in CharInfo()339 shouldMapAttrChar_ASCII['<'] = false; in CharInfo()427 return shouldMapAttrChar_ASCII[value]; in shouldMapAttrChar()543 max = charInfo.shouldMapAttrChar_ASCII.length;544 System.arraycopy(charInfo.shouldMapAttrChar_ASCII,0,copy.shouldMapAttrChar_ASCII,0,max);711 shouldMapAttrChar_ASCII[j] = true;