Home | History | Annotate | Download | only in latin

Lines Matching refs:DataType

306                     Dictionary.DataType.UNIGRAM);
409 final int dicTypeId, final Dictionary.DataType dataType) {
410 Dictionary.DataType dataTypeForLog = dataType;
414 if(dataType == Dictionary.DataType.BIGRAM) {
442 if (dataType == Dictionary.DataType.UNIGRAM) {
446 dataTypeForLog = Dictionary.DataType.BIGRAM;