Home
last modified time | relevance | path

Searched refs:minlength (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/
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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java2557 int minlength = length1; in compareCaseSensitive() local
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/
DUTF16.java2469 int minlength = length1; in compareCaseSensitive() local
2475 minlength = length2; in compareCaseSensitive()
2481 for (; index < minlength; index++) { in compareCaseSensitive()
2490 if (index == minlength) { in compareCaseSensitive()
/third_party/pcre2/pcre2/src/
Dpcre2_pattern_info.c221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
Dpcre2_intmodedep.h637 uint16_t minlength; /* Minimum length of match */ member
Dpcre2_study.c1817 re->minlength = (min > UINT16_MAX)? UINT16_MAX : min; in PRIV()
Dpcre2_compile.c10284 re->minlength = 0; in pcre2_compile()
10585 if (re->minlength < minminlength) re->minlength = minminlength; in pcre2_compile()
Dpcre2_dfa_match.c3881 if (end_subject - start_match < re->minlength) goto NOMATCH_EXIT; in pcre2_dfa_match()
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()
Dpcre2_match.c7172 if (end_subject - start_match < re->minlength) in pcre2_match()
Dpcre2_jit_compile.c13744 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_OPTIMI… in jit_compile()
13978 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(re->minlength)); in jit_compile()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.c416 guint minlength; in read_packet_header() local
450 minlength = (minsize - 4) >> 2; in read_packet_header()
453 if (packet->length < minlength) in read_packet_header()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp555 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/
Dtexi2html.py1937 def splitwords(str, minlength): argument
1947 while len(words) < minlength: words.append('')
/third_party/pcre2/pcre2/testdata/
Dtestinput24711 # Test minlength capped at 65535
Dtestoutput214987 # Test minlength capped at 65535
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81790 static nsIAtom* minlength; member in nsGkAtoms