HomeSort by relevance Sort by last modified time
    Searched refs:N_GRAM_SIZE (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramParser.java 73 protected final int N_GRAM_SIZE = 3;
75 private char[] letters = new char[N_GRAM_SIZE];
121 if (letterCount >= N_GRAM_SIZE) {
126 letterCount = N_GRAM_SIZE - 1;
NGramList.java 78 protected final int N_GRAM_SIZE = 3;
  /external/icu/icu4c/source/i18n/
csrsbcs.cpp 18 #define N_GRAM_SIZE 3
    [all...]

Completed in 129 milliseconds