Searched refs:ALPHA_SIZE (Results 1 – 1 of 1) sorted by relevance
2051 public static final int ALPHA_SIZE = 128; field in ToHTMLStream.Trie2178 if (ch < ALPHA_SIZE) in get()2213 if (ALPHA_SIZE <= ch) in get()2241 m_nextChar = new Node[ALPHA_SIZE]; in Node()2303 if (ch < ALPHA_SIZE) in get2()2326 if (ALPHA_SIZE <= ch) in get2()