Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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()
/external/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()
/external/chromium_org/ui/base/ime/win/
Dimm32_manager.cc44 int* target_end) { in GetCompositionTargetRange() argument
64 *target_end = end; in GetCompositionTargetRange()
72 int target_end, in GetCompositionUnderlines() argument
91 underline.end_offset <= static_cast<unsigned>(target_end)) { in GetCompositionUnderlines()
318 int target_end = length; in GetCompositionInfo() local
320 GetCompositionTargetRange(imm_context, &target_start, &target_end); in GetCompositionInfo()
339 GetCompositionUnderlines(imm_context, target_start, target_end, in GetCompositionInfo()
353 if (target_end > target_start) { in GetCompositionInfo()
355 underline.end_offset = target_end; in GetCompositionInfo()
359 if (target_end < length) { in GetCompositionInfo()
[all …]
/external/chromium_org/sdch/open-vcdiff/src/
Dvcdiffengine.cc180 const char* const target_end = target_data + target_size; in EncodeInternal() local
181 const char* const start_of_last_block = target_end - BlockHash::kBlockSize; in EncodeInternal()
195 (target_end - next_encode), in EncodeInternal()
229 AddUnmatchedRemainder(next_encode, target_end - next_encode, coder); in EncodeInternal()
/external/open-vcdiff/src/
Dvcdiffengine.cc180 const char* const target_end = target_data + target_size; in EncodeInternal() local
181 const char* const start_of_last_block = target_end - BlockHash::kBlockSize; in EncodeInternal()
195 (target_end - next_encode), in EncodeInternal()
229 AddUnmatchedRemainder(next_encode, target_end - next_encode, coder); in EncodeInternal()
/external/chromium/sdch/open-vcdiff/src/
Dvcdiffengine.cc183 const char* const target_end = target_data + target_size; in EncodeInternal() local
184 const char* const start_of_last_block = target_end - BlockHash::kBlockSize; in EncodeInternal()
198 (target_end - next_encode), in EncodeInternal()
232 AddUnmatchedRemainder(next_encode, target_end - next_encode, coder); in EncodeInternal()