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

  /external/libweave/third_party/chromium/base/strings/
utf_string_conversion_utils.cc 43 size_t char_offset = output->length(); local
44 size_t original_char_offset = char_offset;
45 output->resize(char_offset + CBU8_MAX_LENGTH);
47 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point);
51 output->resize(char_offset);
52 return char_offset - original_char_offset;
  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 80 size_t char_offset = output->length(); local
81 size_t original_char_offset = char_offset;
82 output->resize(char_offset + CBU8_MAX_LENGTH);
84 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point);
88 output->resize(char_offset);
89 return char_offset - original_char_offset;
99 size_t char_offset = output->length(); local
100 output->resize(char_offset + CBU16_MAX_LENGTH);
101 CBU16_APPEND_UNSAFE(&(*output)[0], char_offset, code_point);
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 490 milliseconds