Searched refs:target_end (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils.cc43 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/
H A Dtest_utils.cc43 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/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc180 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/
H A Dimm32_manager.cc42 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 < lengt
41 GetCompositionTargetRange(HIMC imm_context, int* target_start, int* target_end) argument
68 GetCompositionUnderlines(HIMC imm_context, int target_start, int target_end, ui::CompositionUnderlines* underlines) argument
[all...]

Completed in 1788 milliseconds