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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 90 // strings chosen from {1,...,kAlphabetSize}^{0,kMaxStringLength} U { Zero }
102 int n = rand() % (kMaxStringLength + allow_zero_);
103 if (allow_zero_ && n == kMaxStringLength)
116 static const int kMaxStringLength = 5;
  /external/openfst/src/include/fst/
random-weight.h 145 // strings chosen from {1,...,kAlphabetSize}^{0,kMaxStringLength} U { Zero }
157 int n = rand() % (kMaxStringLength + allow_zero_);
158 if (allow_zero_ && n == kMaxStringLength)
171 static const int kMaxStringLength = 5;
179 const int StringWeightGenerator<L, S>::kMaxStringLength;
  /external/chromium/base/win/
registry.cc 155 const size_t kMaxStringLength = 1024; // This is after expansion.
157 wchar_t raw_value[kMaxStringLength];
164 wchar_t expanded[kMaxStringLength];
165 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength);
169 if (size == 0 || size > kMaxStringLength) {

Completed in 101 milliseconds