Searched refs:NGramParser_IBM420 (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | csrsbcs.cpp | 166 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420 171 NGramParser_IBM420::~NGramParser_IBM420() {} in ~NGramParser_IBM420() 173 int32_t NGramParser_IBM420::isLamAlef(int32_t b) in isLamAlef() 192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() 211 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters() 1226 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs()
|
D | csrsbcs.h | 57 class NGramParser_IBM420 : public NGramParser 60 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap); 61 ~NGramParser_IBM420();
|
/third_party/icu/icu4c/source/i18n/ |
D | csrsbcs.cpp | 166 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420 171 NGramParser_IBM420::~NGramParser_IBM420() {} in ~NGramParser_IBM420() 173 int32_t NGramParser_IBM420::isLamAlef(int32_t b) in isLamAlef() 192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() 211 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters() 1226 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs()
|
D | csrsbcs.h | 57 class NGramParser_IBM420 : public NGramParser 60 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap); 61 ~NGramParser_IBM420();
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | csrsbcs.cpp | 166 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420 171 NGramParser_IBM420::~NGramParser_IBM420() {} in ~NGramParser_IBM420() 173 int32_t NGramParser_IBM420::isLamAlef(int32_t b) in isLamAlef() 192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() 211 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters() 1226 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs()
|
D | csrsbcs.h | 57 class NGramParser_IBM420 : public NGramParser 60 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap); 61 ~NGramParser_IBM420();
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | csrsbcs.cpp | 166 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420 171 NGramParser_IBM420::~NGramParser_IBM420() {} in ~NGramParser_IBM420() 173 int32_t NGramParser_IBM420::isLamAlef(int32_t b) in isLamAlef() 192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() 211 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters() 1226 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs()
|
D | csrsbcs.h | 57 class NGramParser_IBM420 : public NGramParser 60 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap); 61 ~NGramParser_IBM420();
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 168 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs 193 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420 281 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CharsetRecog_sbcs.java | 169 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs 194 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420 282 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()
|