HomeSort by relevance Sort by last modified time
    Searched refs:defaultInputLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 546 const size_t defaultInputLength = 80;
548 AutoBuffer<UChar, defaultInputLength> charString(inputLength);
564 AutoBuffer<int32_t, defaultInputLength> charPositions(inputLength + 1);
601 AutoBuffer<uint32_t, defaultInputLength> bestSnlp(numChars + 1);
609 AutoBuffer<int, defaultInputLength> prev(numChars + 1);
  /external/icu4c/common/
dictbe.cpp 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);
    [all...]

Completed in 25 milliseconds