Home | History | Annotate | Download | only in common

Lines Matching refs:defaultInputLength

760     const size_t defaultInputLength = 80;
763 AutoBuffer<UChar, defaultInputLength> charString(inputLength);
782 AutoBuffer<int32_t, defaultInputLength> charPositions(inputLength + 1);
822 AutoBuffer<uint32_t, defaultInputLength> bestSnlp(numChars + 1);
831 AutoBuffer<int, defaultInputLength> prev(numChars + 1);