Home
last modified time | relevance | path

Searched refs:target_end (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc39 int* target_end) { in GetCompositionSelectionRange() argument
58 *target_end = end; in GetCompositionSelectionRange()
67 int target_end, in GetCompositionUnderlines() argument
86 underline.range.to <= target_end) { in GetCompositionUnderlines()
253 int target_end = length; in GetCompositionInfo() local
255 GetCompositionSelectionRange(imc, &target_start, &target_end); in GetCompositionInfo()
275 GetCompositionUnderlines(imc, target_start, target_end, underlines); in GetCompositionInfo()
288 if (target_end > target_start) { in GetCompositionInfo()
290 underline.range.to = target_end; in GetCompositionInfo()
294 if (target_end < length) { in GetCompositionInfo()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc43 char* target_end; in EncodeOneChar() local
50 target_end = target; in EncodeOneChar()
51 ucnv_fromUnicode(encoder, &target_end, target + 4, in EncodeOneChar()
62 for (int32_t position = 0; position < target_end - target; ++position) { in EncodeOneChar()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_utils.cc43 char* target_end; in EncodeOneChar() local
50 target_end = target; in EncodeOneChar()
51 ucnv_fromUnicode(encoder, &target_end, target + 4, in EncodeOneChar()
62 for (int32_t position = 0; position < target_end - target; ++position) { in EncodeOneChar()
/third_party/node/src/
Dnode_buffer.cc732 size_t target_end = 0; in CompareOffset() local
737 &target_end)); in CompareOffset()
749 CHECK_LE(target_start, target_end); in CompareOffset()
752 std::min(std::min(source_end - source_start, target_end - target_start), in CompareOffset()
760 target_end - target_start); in CompareOffset()
/third_party/lwip/src/apps/mdns/
Dmdns.c791 u16_t target_end; in mdns_compress_domain() local
798 target_end = mdns_readname(pbuf, *offset, &target); in mdns_compress_domain()
799 if (target_end == MDNS_READNAME_ERROR) { in mdns_compress_domain()
802 target_len = (u8_t)(target_end - *offset); in mdns_compress_domain()
/third_party/ffmpeg/libavformat/
Dhttp.c1488 uint64_t target_end = s->end_off ? s->end_off : s->filesize; in http_buf_read() local
1489 if ((!s->willclose || s->chunksize == UINT64_MAX) && s->off >= target_end) in http_buf_read()
1493 (!s->willclose || s->chunksize == UINT64_MAX) && s->off < target_end) { in http_buf_read()
1496 s->off, target_end in http_buf_read()