Searched refs:theNgramList (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_sbcs.java | 39 public NGramParser(int[] theNgramList, byte[] theByteMap) in NGramParser() argument 41 ngramList = theNgramList; in NGramParser() 191 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() argument 193 super(theNgramList, theByteMap); in NGramParser_IBM420()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 38 public NGramParser(int[] theNgramList, byte[] theByteMap) in NGramParser() argument 40 ngramList = theNgramList; in NGramParser() 190 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() argument 192 super(theNgramList, theByteMap); in NGramParser_IBM420()
|
/external/icu/icu4c/source/i18n/ |
D | csrsbcs.cpp | 22 NGramParser::NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap) in NGramParser() argument 25 ngramList = theNgramList; in NGramParser() 165 …r_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGramParser(t… in NGramParser_IBM420() argument
|
D | csrsbcs.h | 35 NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap); 58 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap);
|