Home
last modified time | relevance | path

Searched refs:minlength (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c581 int minlength, maxlength, laststart, lastend; in form_iorequest() local
657 minlength = (Mintrans > mult) ? Mintrans : mult; in form_iorequest()
668 if (minlength > fptr->f_length - offset) in form_iorequest()
675 length = random_range(minlength, maxlength, mult, &errp); in form_iorequest()
679 TagName, minlength, maxlength, mult); in form_iorequest()
691 if (minlength > maxlength) { in form_iorequest()
697 length = random_range(minlength, maxlength, mult, &errp); in form_iorequest()
701 TagName, minlength, maxlength, mult); in form_iorequest()
865 * length of stride must be > minlength in form_iorequest()
870 * while (length / nstrides < minlength) in form_iorequest()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java2557 int minlength = length1; in compareCaseSensitive()
2563 minlength = length2; in compareCaseSensitive()
2569 for (; index < minlength; index++) { in compareCaseSensitive()
2578 if (index == minlength) { in compareCaseSensitive()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUTF16.java2469 int minlength = length1; in compareCaseSensitive()
2475 minlength = length2; in compareCaseSensitive()
2481 for (; index < minlength; index++) { in compareCaseSensitive()
2490 if (index == minlength) { in compareCaseSensitive()
/third_party/pcre2/pcre2/src/
H A Dpcre2_pattern_info.c221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h637 uint16_t minlength; /* Minimum length of match */ member
H A Dpcre2_study.c1808 break; /* Leave minlength unchanged (will be zero) */ in study()
1817 re->minlength = (min > UINT16_MAX)? UINT16_MAX : min; in study()
H A Dpcre2_compile.c10284 re->minlength = 0; in pcre2_compile()
10460 int minminlength = 0; /* For minimal minlength from first/required CU */ in pcre2_compile()
10585 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()
H A Dpcre2test.c4468 depth_limit, heap_limit, match_limit, minlength, nameentrysize, namecount, in show_pattern_info() local
4534 pattern_info(PCRE2_INFO_MINLENGTH, &minlength, FALSE) + in show_pattern_info()
4773 fprintf(outfile, "Subject length lower bound = %d\n", minlength); in show_pattern_info()
H A Dpcre2_dfa_match.c3881 if (end_subject - start_match < re->minlength) goto NOMATCH_EXIT; in pcre2_dfa_match()
H A Dpcre2_match.c7172 if (end_subject - start_match < re->minlength) in pcre2_match()
H A Dpcre2_jit_compile.c427 /* TRUE, when minlength is greater than 0. */
13744 common->might_be_empty = (re->minlength == 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()
13975 if (mode == PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
13978 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(re->minlength)); in jit_compile()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dusearch.cpp530 * shift size. Hence the calculation for minlength.
555 int16_t minlength = cesize > expandlength in initialize() local
557 pattern->defaultShiftSize = minlength; in initialize()
559 cesize, expandlength, minlength, minlength); in initialize()
/third_party/python/Tools/scripts/
H A Dtexi2html.py1937 def splitwords(str, minlength):
1947 while len(words) < minlength: words.append('')
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 91 milliseconds