Home
last modified time | relevance | path

Searched defs:minLen (Results 1 – 20 of 20) sorted by relevance

/third_party/lzma/CS/7zip/Common/
DCommandLineParser.cs27 int minLen, int maxLen, string postCharSet) in SwitchForm()
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm()
/third_party/icu/icu4c/source/test/perf/usetperf/
Dbitset.cpp54 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity()
/third_party/lzma/CPP/Common/
DMyString.h345 char *GetBuf(unsigned minLen) in GetBuf()
351 char *GetBuf_SetEnd(unsigned minLen) in GetBuf_SetEnd()
637 wchar_t *GetBuf(unsigned minLen) in GetBuf()
643 wchar_t *GetBuf_SetEnd(unsigned minLen) in GetBuf_SetEnd()
887 wchar_t *GetBuf(unsigned minLen) in GetBuf()
/third_party/node/deps/npm/node_modules/diff/lib/patch/
Dcreate.js23 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return… argument
Dmerge.js33 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return… argument
/third_party/lzma/C/
DLzFind.c1105 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument
1110 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return distances) argument
1111 #define SKIP_HEADER(minLen) do { GET_MATCHES_HEADER2(minLen, continue) argument
1563 #define HC_SKIP_HEADER(minLen) \ argument
/third_party/toybox/toys/other/
Dbzcat.c66 char minLen, maxLen; member
229 int minLen, maxLen, pp; in read_block_header() local
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen_impl.h117 int16_t minLen; member
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h117 int16_t minLen; member
/third_party/icu/icu4c/source/i18n/
Ddtptngen_impl.h117 int16_t minLen; member
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dcontainer.js11 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return… argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java802 int minLen = reverse.length(); in addSentenceToTable() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateTimeGeneratorTest.java271 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString()
/third_party/node/deps/npm/node_modules/diff/dist/
Ddiff.js530 function _unsupportedIterableToArray(o, minLen) { argument
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.mjs524 function _unsupportedIterableToArray(o, minLen) { argument
Dindex.es6.js524 function _unsupportedIterableToArray(o, minLen) { argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java268 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString()
/third_party/node/deps/v8/src/debug/
Dliveedit.cc78 int minLen = std::min(len1_, len2_); in FillTable() local
/third_party/node/test/fixtures/snapshot/
Dmarked.js34 function _unsupportedIterableToArray(o, minLen) { argument
/third_party/lz4/lib/
Dlz4hc.c1310 int minLen, int nbSearches, in LZ4HC_FindLongerMatch()