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

  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils.cc 43 char* target_end; local
50 target_end = target;
51 ucnv_fromUnicode(encoder, &target_end, target + 4,
62 for (int32_t position = 0; position < target_end - target; ++position) {
  /external/sfntly/cpp/src/test/
test_utils.cc 43 char* target_end; local
50 target_end = target;
51 ucnv_fromUnicode(encoder, &target_end, target + 4,
62 for (int32_t position = 0; position < target_end - target; ++position) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
extern.h 39 char *target_end; /* pointer to end of target base */ member in struct:__anon84529
cp.c 87 PATH_T to = { .p_end = to.p_path, .target_end = empty };
216 to.target_end = to.p_end;
361 to.target_end - to.p_path + 1) > MAXPATHLEN) {
402 target_mid = to.target_end;
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine.cc 180 const char* const target_end = target_data + target_size; local
181 const char* const start_of_last_block = target_end - BlockHash::kBlockSize;
195 (target_end - next_encode),
229 AddUnmatchedRemainder(next_encode, target_end - next_encode, coder);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 42 int* target_end) {
62 *target_end = end;
70 int target_end,
90 underline.end_offset <= static_cast<uint32>(target_end)) {
317 int target_end = length; local
319 GetCompositionTargetRange(imm_context, &target_start, &target_end);
338 GetCompositionUnderlines(imm_context, target_start, target_end,
353 if (target_end > target_start) {
355 underline.end_offset = static_cast<uint32>(target_end);
359 if (target_end < length)
    [all...]

Completed in 196 milliseconds