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

  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 126 start_pos_[0] = 0;
141 start_pos_[len] = start_pos_[len - 1];
145 start_pos_[current_hz_len - 1] = list_size;
158 start_pos_[0] = 0;
161 start_pos_[i] = list_size;
166 return start_pos_[kMaxLemmaSize];
196 assert(current_pos == start_pos_[kMaxLemmaSize]);
202 (mybsearch(&hz_char, buf_ + start_pos_[1],
203 (start_pos_[2] - start_pos_[1]) / 2
    [all...]
  /external/v8/src/
messages.h 73 start_pos_(start_pos),
75 MessageLocation() : start_pos_(-1), end_pos_(-1) { }
78 int start_pos() const { return start_pos_; }
83 int start_pos_; member in class:v8::internal::MessageLocation
  /external/chromium/base/
string_tokenizer.h 136 token_end_ = start_pos_;
158 start_pos_ = string_begin;
241 const_iterator start_pos_; member in class:StringTokenizerT
  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 45 size_t start_pos_[kMaxLemmaSize + 1]; member in class:ime_pinyin::DictList
  /external/chromium/base/json/
json_reader.cc 85 : start_pos_(NULL), json_pos_(NULL), stack_depth_(0),
156 start_pos_ = json_wide.c_str();
163 if (!json_wide.empty() && start_pos_[0] == 0xFEFF) {
164 ++start_pos_;
167 json_pos_ = start_pos_;
654 for (const wchar_t* pos = start_pos_; pos != error_pos; ++pos) {
json_reader.h 200 const wchar_t* start_pos_; member in class:base::JSONReader

Completed in 253 milliseconds