Searched refs:item_offset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.h239 unsigned int item_offset,
246 unsigned int item_offset,
253 unsigned int item_offset,
261 unsigned int item_offset,
H A Dhb-buffer.cc1336 unsigned int item_offset,
1352 item_length = text_length - item_offset;
1363 if (!buffer->len && item_offset > 0)
1367 const T *prev = text + item_offset;
1377 const T *next = text + item_offset;
1405 * @item_offset:
1416 unsigned int item_offset,
1419 hb_buffer_add_utf<true> (buffer, (const uint8_t *) text, text_length, item_offset, item_length);
1427 * @item_offset:
1438 unsigned int item_offset,
[all...]
/external/harfbuzz_ng/src/
H A Dhb-buffer.h239 unsigned int item_offset,
246 unsigned int item_offset,
253 unsigned int item_offset,
261 unsigned int item_offset,
H A Dhb-buffer.cc1336 unsigned int item_offset,
1352 item_length = text_length - item_offset;
1363 if (!buffer->len && item_offset > 0)
1367 const T *prev = text + item_offset;
1377 const T *next = text + item_offset;
1405 * @item_offset:
1416 unsigned int item_offset,
1419 hb_buffer_add_utf<true> (buffer, (const uint8_t *) text, text_length, item_offset, item_length);
1427 * @item_offset:
1438 unsigned int item_offset,
[all...]
/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job.cc259 uint64 item_offset = item.offset(); local
262 if (item_offset > file_length) {
267 uint64 max_length = file_length - item_offset;

Completed in 152 milliseconds