Home | History | Annotate | Download | only in i18n

Lines Matching refs:det

90 int32_t NGramParser::nextByte(InputText *det)
92 if (byteIndex >= det->fInputLen) {
96 return det->fInputBytes[byteIndex++];
99 int32_t NGramParser::parse(InputText *det)
104 while ((b = nextByte(det)) >= 0) {
145 int32_t CharsetRecog_sbcs::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const
150 result = parser.parse(det);