Searched refs:mSortedSymbolsClusteringTogether (Results 1 – 1 of 1) sorted by relevance
34 private final int[] mSortedSymbolsClusteringTogether; field in SpacingAndPunctuations53 mSortedSymbolsClusteringTogether = StringUtils.toSortedCodePointArray( in SpacingAndPunctuations()82 mSortedSymbolsClusteringTogether = model.mSortedSymbolsClusteringTogether; in SpacingAndPunctuations()116 return Arrays.binarySearch(mSortedSymbolsClusteringTogether, code) >= 0; in isClusteringSymbol()