Home
last modified time | relevance | path

Searched defs:ngrams (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_sbcs.java266 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match()
271 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match()
277 int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar){ in matchIBM420()
585 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_5_ru
649 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_6_ar
713 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_7_el
778 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_I_he
805 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_he
871 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_9_tr
893 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_windows_1251
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java265 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match()
270 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match()
276 int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar){ in matchIBM420()
584 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_5_ru
648 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_6_ar
712 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_7_el
777 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_I_he
804 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_he
870 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_9_tr
892 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_windows_1251
[all …]
/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp253 int32_t CharsetRecog_sbcs::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMa… in match_sbcs() argument
707 const int32_t ngrams[64]; member
896 const int32_t *ngrams = ngrams_8859_1[i].ngrams; in match() local
923 const int32_t *ngrams = ngrams_8859_2[i].ngrams; in match() local
1223 int32_t CharsetRecog_IBM420_ar::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t b… in match_sbcs() argument
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramList.java72 protected TreeMap ngrams; field in NGramList
DChecker.java19 private NGramList ngrams; field in Checker
DStatisticsTool.java53 private NGramList ngrams; field in StatisticsTool