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

  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 41 void GetCompositionTargetRange(HIMC imm_context, int* target_start,
61 *target_start = start;
69 int target_start,
89 if (underline.start_offset >= static_cast<uint32>(target_start) &&
316 int target_start = length; local
319 GetCompositionTargetRange(imm_context, &target_start, &target_end);
338 GetCompositionUnderlines(imm_context, target_start, target_end,
347 if (target_start > 0) {
349 underline.end_offset = static_cast<uint32>(target_start);
353 if (target_end > target_start) {
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 394 const char* target_start,
406 static_cast<int>(target_candidate_start - target_start);
416 target_start + target_match_offset,
430 target_start + target_match_end,
blockhash.h 105 // data at target_start, which is an argument of FindBestMatch().
216 // target_start within the target data, or past
217 // the end limit of (target_start + target_length).
221 // target_start (which is <= target_candidate_start)
231 // beginning with target_start = offset 0, such that
233 // <= (target_candidate_start - target_start);
249 // target_start,
254 // target_start,
278 // 1: target_start (beginning of unencoded data)
296 const char* target_start,
    [all...]

Completed in 180 milliseconds