/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A 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 …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A 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
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A 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
|
/aosp_15_r20/external/rappor/analysis/R/ |
H A D | ngrams_simulation.R | 112 ngrams <- mapply(function(x, y, str) substr(str, x, y), functionVar 115 list(ngrams = ngrams, starts = start) nameattr
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | word_property.h | 37 const std::vector<NgramProperty> &ngrams) in WordProperty()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/python/ |
H A D | tflite_text_api.py | 54 def ngrams(data, function
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | NGramList.java | 74 protected TreeMap ngrams; field in NGramList
|
H A D | Checker.java | 21 private NGramList ngrams; field in Checker
|
H A D | StatisticsTool.java | 55 private NGramList ngrams; field in StatisticsTool
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.cpp | 37 const std::vector<NgramProperty> &ngrams = wordProperty.getNgramProperties(); in outputWordProperty() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | WordProperty.java | 89 final ArrayList<NgramProperty> ngrams = new ArrayList<>(); in WordProperty() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
H A D | ngrams.cc | 26 namespace ngrams { namespace
|
H A D | ngrams_test.cc | 31 namespace ngrams { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | string_ngrams_op.cc | 135 tensorflow::Tensor* ngrams; in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_string_ops.py | 677 def ngrams(data, function
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.cpp | 437 std::vector<NgramProperty> ngrams; in getWordProperty() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 514 std::vector<NgramProperty> ngrams; in getWordProperty() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 563 std::vector<NgramProperty> ngrams; in getWordProperty() local
|
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/withres/ |
D | core-icu4j.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/icu/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/jarjar/ |
D | core-icu4j.jar | com/android/icu/util/regex/PatternNative.class
PatternNative.java
package com. ... |
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/java/ |
HD | core-icu4j.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/icu/
android/ ... |
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/java/ |
HD | core-icu4j-for-host.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/icu/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/combined/ |
D | core-icu4j.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/compat/
android/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-icu4j.com.android.i18n_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/icu/
android/ ... |