Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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 …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
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 …]
/third_party/node/deps/icu-small/source/i18n/
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
/third_party/icu/icu4c/source/i18n/
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
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
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
/third_party/skia/third_party/externals/icu/source/i18n/
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
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dngram_op.cc22 NgramOp::NgramOp(const std::vector<int32_t> &ngrams, int32_t l_len, const std::string &l_pad, int32… in NgramOp()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramList.java74 protected TreeMap ngrams; field in NGramList
DChecker.java21 private NGramList ngrams; field in Checker
DStatisticsTool.java55 private NGramList ngrams; field in StatisticsTool
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtext.h288 …: Ngram(ngrams, PairStringToChar(left_pad), PairStringToChar(right_pad), StringToChar(separator)) … in Ngram() argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/text/kernels/ir/
Dbindings.cc167 … const std::pair<std::string, int32_t> &right_pad, const std::string &separator) { in __anon5546ea161702()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/ir/kernels/
Dtext_ir.cc239 NgramOperation::NgramOperation(const std::vector<int32_t> &ngrams, const std::pair<std::string, int… in NgramOperation()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtext.cc256 Ngram::Ngram(const std::vector<int32_t> &ngrams, const std::pair<std::vector<char>, int32_t> &left_… in Ngram()