Searched refs:MAXLEN (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 28 #define MAXLEN MAX_STRING_LENGTH macro 180 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode); in testBidi() 207 UChar string[MAXLEN]; in doTests() 453 char levelChars[MAXLEN]; in printCaseInfo() 532 int32_t visMap[MAXLEN]; in checkWhatYouCan() 533 int32_t logMap[MAXLEN]; in checkWhatYouCan() 534 char accumSrc[MAXLEN]; in checkWhatYouCan() 535 char accumDst[MAXLEN]; in checkWhatYouCan() 735 char formatChars[MAXLEN]; in testReorder() 745 UChar src[MAXLEN]; in testReorder() [all …]
|
/external/linux-kselftest/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 504 echo -n "Checking sysctl maxlen is at least $MAXLEN ... " 506 perl -e 'print "A" x ('"${MAXLEN}"'-2), "B";' | \ 507 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 517 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \ 518 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null 528 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \ 529 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 539 perl -e 'print "A" x ('"${MAXLEN}"'-1), "BB";' | \ 540 dd of="${TARGET}" bs=$(( $MAXLEN + 1 )) 2>/dev/null 569 MAXLEN=65
|
/external/python/cpython2/Lib/ |
D | mimify.py | 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable variable 342 if len(line) > MAXLEN: 454 MAXLEN = int(a) variable
|
/external/python/cpython2/Doc/library/ |
D | mimify.rst | 63 .. data:: MAXLEN 67 lines longer than :const:`MAXLEN` characters (default value 200).
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestBidi.java | 27 private static final int MAXLEN = 256; field in TestBidi 36 bidi = new Bidi(MAXLEN, 0); in testBidi() 206 int[] visualMap4 = new int[MAXLEN]; in _testReordering()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestBidi.java | 30 private static final int MAXLEN = 256; field in TestBidi 39 bidi = new Bidi(MAXLEN, 0); in testBidi() 209 int[] visualMap4 = new int[MAXLEN]; in _testReordering()
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 32 int MAXLEN = 64; variable 578 char tmp[MAXLEN], *buf; in master() 606 memset(tmp, 0, MAXLEN); in master()
|
/external/libnl/lib/netfilter/ |
D | queue_obj.c | 177 diff |= NFNL_QUEUE_DIFF_VAL(MAXLEN, queue_maxlen); in nfnl_queue_compare()
|