Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java269 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 DCharsetRecog_sbcs.java270 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 Dcsrsbcs.cpp254 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 Dcsrsbcs.cpp254 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 Dngrams_simulation.R112 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/
Dword_property.h37 const std::vector<NgramProperty> &ngrams) in WordProperty()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/python/
H A Dtflite_text_api.py54 def ngrams(data, function
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramList.java74 protected TreeMap ngrams; field in NGramList
H A DChecker.java21 private NGramList ngrams; field in Checker
H A DStatisticsTool.java55 private NGramList ngrams; field in StatisticsTool
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp37 const std::vector<NgramProperty> &ngrams = wordProperty.getNgramProperties(); in outputWordProperty() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DWordProperty.java89 final ArrayList<NgramProperty> ngrams = new ArrayList<>(); in WordProperty() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dngrams.cc26 namespace ngrams { namespace
H A Dngrams_test.cc31 namespace ngrams { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstring_ngrams_op.cc135 tensorflow::Tensor* ngrams; in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_string_ops.py677 def ngrams(data, function
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp437 std::vector<NgramProperty> ngrams; in getWordProperty() local
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp514 std::vector<NgramProperty> ngrams; in getWordProperty() local
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp563 std::vector<NgramProperty> ngrams; in getWordProperty() local
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/withres/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/jarjar/
Dcore-icu4j.jarcom/android/icu/util/regex/PatternNative.class PatternNative.java package com. ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/java/
HDcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/java/
HDcore-icu4j-for-host.jarMETA-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/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-icu4j.com.android.i18n_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...

123