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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 26 #define MAXLEN MAX_STRING_LENGTH
172 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
199 UChar string[MAXLEN];
442 char levelChars[MAXLEN];
521 int32_t visMap[MAXLEN];
522 int32_t logMap[MAXLEN];
523 char accumSrc[MAXLEN];
524 char accumDst[MAXLEN];
724 char formatChars[MAXLEN];
734 UChar src[MAXLEN];
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 26 #define MAXLEN MAX_STRING_LENGTH
174 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
201 UChar string[MAXLEN];
444 char levelChars[MAXLEN];
523 int32_t visMap[MAXLEN];
524 int32_t logMap[MAXLEN];
525 char accumSrc[MAXLEN];
526 char accumDst[MAXLEN];
726 char formatChars[MAXLEN];
736 UChar src[MAXLEN];
    [all...]
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 392 const int MAXLEN = 1024;
393 char buf[MAXLEN] = {0};
394 memset(buf, 0 ,MAXLEN);
395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) {
400 buf[MAXLEN - 1] = '\0';
  /external/libnl/lib/netfilter/
queue_obj.c 42 nl_dump(p, "maxlen=%u ", queue->queue_maxlen);
116 void nfnl_queue_set_maxlen(struct nfnl_queue *queue, uint32_t maxlen)
118 queue->queue_maxlen = maxlen;
177 diff |= NFNL_QUEUE_DIFF_VAL(MAXLEN, queue_maxlen);
189 __ADD(QUEUE_ATTR_MAXLEN, maxlen)
  /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 359 milliseconds