Home | History | Annotate | Download | only in share

Lines Matching refs:kMaxPredictSize

1845                                    char16 predict_buf[][kMaxPredictSize + 1],
1852 // Step 1. Get P(kMaxPredictSize, *) and sort them, here
1853 // P(kMaxPredictSize, *) == P(kMaxPredictSize, 1)
1931 for (size_t j = 0; j < kMaxPredictSize; j++) {
1941 kMaxPredictSize);
1942 predict_buf[i][kMaxPredictSize] = '\0';
1949 char16 predict_buf[][kMaxPredictSize + 1],
1952 if (0 ==fixed_len || fixed_len > kMaxPredictSize || 0 == buf_len)