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

  /external/chromium/base/
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/chromium_org/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/chromium_org/tools/gn/
location.h 22 Location(const InputFile* file, int line_number, int char_offset)
25 char_offset_(char_offset) {
30 int char_offset() const { return char_offset_; } function in class:Location
  /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 50 milliseconds