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

  /external/clang/test/SemaCXX/
PR5086-ambig-resolution-enum.cpp 12 enum {BUFLEN = 128 };
13 const char *p = rc.fun1(BUFLEN - 2, C::e1);
  /external/jemalloc/test/unit/
util.c 140 #define BUFLEN 15
141 char buf[BUFLEN];
153 for (len = 1; len < BUFLEN; len++) {
166 #undef BUFLEN
173 #define BUFLEN 128
174 char buf[BUFLEN];
280 #undef BUFLEN
  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 104 int32_t buflen = id->length() + 8; // space for NUL
105 char* buf = (char*) uprv_malloc(buflen);
106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
110 uloc_canonicalize(buf, canon, buflen, &ec);
125 enum { BUFLEN = 128 }; // larger than ever needed
127 if (id.isBogus() || id.length() >= BUFLEN) {
148 char buffer[BUFLEN];
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV)
    [all...]
  /external/icu/icu4c/source/common/
locutil.cpp 104 int32_t buflen = id->length() + 8; // space for NUL
105 char* buf = (char*) uprv_malloc(buflen);
106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
110 uloc_canonicalize(buf, canon, buflen, &ec);
125 enum { BUFLEN = 128 }; // larger than ever needed
127 if (id.isBogus() || id.length() >= BUFLEN) {
148 char buffer[BUFLEN];
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV)
    [all...]
  /external/ipsec-tools/src/racoon/
ipsec_doi.c     [all...]

Completed in 1221 milliseconds