Home | History | Annotate | Download | only in common

Lines Matching refs:defaultInputLength

963     const size_t defaultInputLength = 80;
966 AutoBuffer<UChar, defaultInputLength> charString(inputLength);
985 AutoBuffer<int32_t, defaultInputLength> charPositions(inputLength + 1);
1025 AutoBuffer<uint32_t, defaultInputLength> bestSnlp(numChars + 1);
1034 AutoBuffer<int, defaultInputLength> prev(numChars + 1);