Searched refs:hasSeveralChars (Results 1 – 2 of 2) sorted by relevance
218 private void writeCharacters(final int[] codePoints, final boolean hasSeveralChars, in writeCharacters() argument222 if (hasSeveralChars) { in writeCharacters()274 writeCharacters(ptNode.mChars, ptNode.hasSeveralChars(), codePointToOneByteCodeMap); in writePtNode()
159 public boolean hasSeveralChars() { in hasSeveralChars() method in FusionDictionary.PtNode