/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_sbcs.java | 270 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match() 275 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match() 281 int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar){ in matchIBM420() 594 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_5_ru 661 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_6_ar 728 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_7_el 796 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_I_he 826 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_he 895 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_9_tr 919 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_windows_1251 [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 269 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match() 274 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match() 280 int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar){ in matchIBM420() 593 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_5_ru 660 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_6_ar 727 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_7_el 795 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_I_he 825 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_8_he 894 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_8859_9_tr 918 private static int[] ngrams = { field in CharsetRecog_sbcs.CharsetRecog_windows_1251 [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | text_vectorization_v1.py | 83 ngrams=None, argument
|
D | text_vectorization.py | 250 ngrams=None, argument
|
/external/icu/icu4c/source/i18n/ |
D | csrsbcs.cpp | 254 int32_t CharsetRecog_sbcs::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMa… in match_sbcs() argument 708 const int32_t ngrams[64]; member 897 const int32_t *ngrams = ngrams_8859_1[i].ngrams; in match() local 924 const int32_t *ngrams = ngrams_8859_2[i].ngrams; in match() local 1224 int32_t CharsetRecog_IBM420_ar::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t b… in match_sbcs() argument
|
/external/tflite-support/tensorflow_lite_support/custom_ops/python/ |
D | tflite_text_api.py | 54 def ngrams(data, function
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | NGramList.java | 74 protected TreeMap ngrams; field in NGramList
|
D | Checker.java | 21 private NGramList ngrams; field in Checker
|
D | StatisticsTool.java | 55 private NGramList ngrams; field in StatisticsTool
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_ngrams_op.cc | 105 tensorflow::Tensor* ngrams; in Compute() local
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
D | ngrams.cc | 26 namespace ngrams { namespace
|
D | ngrams_test.cc | 31 namespace ngrams { namespace
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_string_ops.py | 673 def ngrams(data, function
|