Searched refs:shouldMapTextChar_ASCII (Results 1 – 1 of 1) sorted by relevance
109 private final boolean[] shouldMapTextChar_ASCII; field in CharInfo161 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;