/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-map.cc | 42 unsigned int offset, len; local 49 len = ARRAY_LENGTH (lookup_indices); 53 offset, &len, 56 for (unsigned int i = 0; i < len; i++) 68 offset += len; 69 } while (len == ARRAY_LENGTH (lookup_indices)); 103 info->seq = feature_infos.len; 114 for (unsigned int i = 0; i < lookups[table_index].len; i++) 139 if (!feature_infos.len) 146 for (unsigned int i = 1; i < feature_infos.len; i++ [all...] |
hb-ot-tag.cc | 793 unsigned int len = strlen (spec); local [all...] |
hb-shape.cc | 61 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp)); local 62 strncpy (buf, *pp, len); 63 buf[len] = '\0'; 158 * @str: (array length=len): 159 * @len: 169 hb_feature_from_string (const char *str, int len, 172 if (len < 0) 173 len = strlen (str); 175 return parse_one_feature (&str, str + len, feature); 195 unsigned int len = 0 local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
cstring.c | 303 size_t len = uprv_strlen(src) + 1; local 304 char *dup = (char *) uprv_malloc(len); 307 uprv_memcpy(dup, src, len);
|
unistr_cnv.cpp | 247 int32_t len=doExtract(0, length(), dest, destCapacity, cnv, errorCode); local 254 return len;
|
util.cpp | 349 int32_t len = rule.length(); local 350 if (len > 0 && rule.charAt(len-1) != c) {
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 274 int32_t len; // length of list used; 0 <= len <= capacity member in class:UnicodeSet [all...] |
ures.h | 348 * @param len fills in the length of resulting string 363 int32_t* len, 423 * @param len fills in the length of resulting byte chunk 438 int32_t* len, 445 * @param len fills in the length of resulting byte chunk 460 int32_t* len, 583 * @param len fill in length of the string 592 int32_t* len, 619 * @param len fill in length of the string 628 int32_t* len, 798 int32_t len = 0; local 818 int32_t len = 0; local 837 int32_t len = 0; local 857 int32_t len = 0; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
name2uni.cpp | 109 // if either there is no name data (max len == 0) or there is no 180 int32_t len = name.length(); local 183 if (len > 0 && 184 name.charAt(len-1) == SPACE) { 185 --len; 188 if (uprv_isInvariantUString(name.getBuffer(), len)) { 189 name.extract(0, len, cbuf, maxLen, US_INV);
|
strrepl.cpp | 147 int32_t len = UTF_CHAR_LENGTH(text.char32At(start-1)); local 148 text.copy(start-len, start, tempStart); 149 destStart += len; 178 int32_t len = r->replace(text, destLimit, destLimit, cursor); local 179 destLimit += len;
|
/external/chromium_org/third_party/icu/source/io/ |
uprintf.h | 73 int32_t len; /* Maximum number of code units that can be written to output */ member in struct:u_localized_print_string
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
stdnmtst.c | 175 int32_t idx, len, repeatTimes = 3; local 192 enumName = uenum_next(myEnum, &len, &err); 195 || len != (int32_t)uprv_strlen(expected[idx])) 197 log_err("FAIL: uenum_next(%d) == \"%s\". expected \"%s\", len=%d, error=%s\n", 198 idx, enumName, testName, len, u_errorName(err)); 205 enumName = uenum_next(myEnum, &len, &err); 206 if (enumName != NULL || len != 0 || U_FAILURE(err)) { 207 log_err("FAIL: uenum_next(past the list) did not return NULL[0] with U_SUCCESS(). name=%s standard=%s len=%d err=%s\n", name, standard, len, u_errorName(err)); 245 int32_t len; local [all...] |
/external/chromium_org/third_party/icu/source/test/compat/ |
tzdate.c | 79 int32_t len = 0; local 84 len = udat_format(fmt, timeToCheck, 0, len, 0, &status); 89 s = (UChar*) malloc(sizeof(UChar) * (len+1)); 94 udat_format(fmt, timeToCheck, s, len + 1, 0, &status); 100 for(i = 0; i < len+1; i++) {
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
locnmtst.cpp | 116 int32_t len = uldn_localeDisplayName(ldn, "de_DE", result, kMaxResultSize, &status); local 120 UnicodeString str(result, len, kMaxResultSize); 138 int32_t len = uldn_localeDisplayName(ldn, "en_GB", result, kMaxResultSize, &status); local 142 UnicodeString str(result, len, kMaxResultSize); 154 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSize, &status); local 158 UnicodeString str(result, len, kMaxResultSize); 176 int32_t len = uldn_languageDisplayName(ldn, "en", result, kMaxResultSize, &status); local 177 UnicodeString str(result, len, kMaxResultSize); 183 int32_t len = uldn_scriptDisplayName(ldn, "Hant", result, kMaxResultSize, &status); local 184 UnicodeString str(result, len, kMaxResultSize) 189 int32_t len = uldn_scriptCodeDisplayName(ldn, USCRIPT_TRADITIONAL_HAN, result, kMaxResultSize, local 196 int32_t len = uldn_regionDisplayName(ldn, "US", result, kMaxResultSize, &status); local 202 int32_t len = uldn_variantDisplayName(ldn, "PRE_EURO", result, kMaxResultSize, &status); local 208 int32_t len = uldn_keyDisplayName(ldn, "calendar", result, kMaxResultSize, &status); local 214 int32_t len = uldn_keyValueDisplayName(ldn, "calendar", "gregorian", result, local [all...] |
/external/chromium_org/third_party/leveldatabase/src/util/ |
coding.cc | 104 int len = 1; local 107 len++; 109 return len; 174 uint32_t len; local 175 p = GetVarint32Ptr(p, limit, &len); 177 if (p + len > limit) return NULL; 178 *result = Slice(p, len); 179 return p + len; 183 uint32_t len; local 184 if (GetVarint32(input, &len) & [all...] |
/external/chromium_org/third_party/libevent/ |
evbuffer.c | 98 size_t len; local 139 len = EVBUFFER_LENGTH(bufev->input); 140 if (bufev->wm_read.low != 0 && len < bufev->wm_read.low) 142 if (bufev->wm_read.high != 0 && len >= bufev->wm_read.high) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asyncudpsocket.cc | 117 int len = socket_->RecvFrom(buf_, size_, &remote_addr); local 118 if (len < 0) { 131 SignalReadPacket(this, buf_, static_cast<size_t>(len), remote_addr,
|
win32windowpicker.cc | 31 int len = GetWindowTextLength(hwnd); local 34 if (len == 0 || IsIconic(hwnd) || !IsWindowVisible(hwnd) ||
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
presencepushtask.cc | 142 size_t len = 300; local 145 while (!IsUtf8FirstByte(s->status()[len]) && len > 0) { 146 len -= 1; 148 std::string truncated(s->status(), 0, len);
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlnsstack.cc | 146 size_t len = ns.length(); local 148 if (i != std::string::npos && len - i <= 4 + 1) 149 len = i; // chop off ".html" or ".xsd" or ".?{0,4}" 150 size_t last = len;
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
presencereceivetask.cc | 97 size_t len = 300; local 100 while (!IsUtf8FirstByte(presence_status->status()[len]) && len > 0) { 101 len -= 1; 103 std::string truncated(presence_status->status(), 0, len);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/ |
cipher.c | 90 unsigned int len; local 146 len = test_case->plaintext_length_octets; 147 status = cipher_encrypt(c, buffer, &len); 158 if (len != test_case->ciphertext_length_octets) 213 len = test_case->ciphertext_length_octets; 214 status = cipher_decrypt(c, buffer, &len); 225 if (len != test_case->plaintext_length_octets) 398 unsigned int len = octets_in_buffer; local 409 cipher_encrypt(c, enc_buf, &len);
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/ |
EbmlWriter.c | 63 int len; local 66 len = 4; 68 len = 3; 70 len = 2; 72 len = 1; 74 Ebml_Serialize(glob, (void *)&class_id, sizeof(class_id), len); local 117 unsigned char len = 0x88; local 120 Ebml_Serialize(glob, &len, sizeof(len), 1);
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/halloc/src/ |
halloc.c | 58 void * halloc(void * ptr, size_t len) 72 if (! len) 75 p = allocator(0, len + sizeof_hblock); 91 if (len) 93 p = allocator(p, len + sizeof_hblock); 144 void * h_malloc(size_t len) 146 return halloc(0, len); 149 void * h_calloc(size_t n, size_t len) 151 void * ptr = halloc(0, len*=n); 152 return ptr ? memset(ptr, 0, len) : NULL 167 size_t len = strlen(str); local [all...] |
/external/chromium_org/third_party/libxml/src/ |
testXPath.c | 119 int len; local 128 len = strlen(expression); 129 len--; 130 while ((len >= 0) && 131 ((expression[len] == '\n') || (expression[len] == '\t') || 132 (expression[len] == '\r') || (expression[len] == ' '))) len--; 133 expression[len + 1] = 0; [all...] |