Searched refs:noASCII (Results 1 – 1 of 1) sorted by relevance
43 boolean noASCII = false; field in Constant56 noASCII = true; in Constant()62 return (ch < 128) ? contains[ch] : noASCII && content.indexOf(ch, 0) != -1; in has()