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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 26 #define MAXLEN MAX_STRING_LENGTH
154 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
181 UChar string[MAXLEN];
423 char levelChars[MAXLEN];
502 int32_t visMap[MAXLEN];
503 int32_t logMap[MAXLEN];
504 char accumSrc[MAXLEN];
505 char accumDst[MAXLEN];
705 char formatChars[MAXLEN];
715 UChar src[MAXLEN];
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 26 #define MAXLEN MAX_STRING_LENGTH
169 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
196 UChar string[MAXLEN];
439 char levelChars[MAXLEN];
518 int32_t visMap[MAXLEN];
519 int32_t logMap[MAXLEN];
520 char accumSrc[MAXLEN];
521 char accumDst[MAXLEN];
721 char formatChars[MAXLEN];
731 UChar src[MAXLEN];
    [all...]
  /system/extras/ksmutils/
lookup3.c 792 #define MAXLEN 70
795 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1];
802 for (hlen=0; hlen < MAXLEN; ++hlen)
865 uint8_t buf[MAXLEN+20], *b;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)

Completed in 80 milliseconds