Searched refs:calcNormalizedScoreNative (Results 1 – 1 of 1) sorted by relevance
46 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score); in calcNormalizedScoreNative() method in BinaryDictionaryUtils111 return calcNormalizedScoreNative(StringUtils.toCodePointArray(before), in calcNormalizedScore()