/external/chromium/base/i18n/ |
char_iterator.cc | 17 next_pos_(0), 21 U8_NEXT(str_, next_pos_, len_, char_); 31 array_pos_ = next_pos_; 33 if (next_pos_ < len_) 34 U8_NEXT(str_, next_pos_, len_, char_); 43 next_pos_(0), 54 next_pos_(0), 68 array_pos_ = next_pos_; 70 if (next_pos_ < len_) 78 U16_NEXT(str_, next_pos_, len_, char_) [all...] |
char_iterator.h | 65 int32 next_pos_; member in class:base::i18n::UTF8CharIterator 116 int32 next_pos_; member in class:base::i18n::UTF16CharIterator
|
/external/chromium_org/base/i18n/ |
char_iterator.cc | 17 next_pos_(0), 21 U8_NEXT(str_, next_pos_, len_, char_); 31 array_pos_ = next_pos_; 33 if (next_pos_ < len_) 34 U8_NEXT(str_, next_pos_, len_, char_); 43 next_pos_(0), 54 next_pos_(0), 68 array_pos_ = next_pos_; 70 if (next_pos_ < len_) 78 U16_NEXT(str_, next_pos_, len_, char_) [all...] |
char_iterator.h | 65 int32 next_pos_; member in class:base::i18n::UTF8CharIterator 116 int32 next_pos_; member in class:base::i18n::UTF16CharIterator
|
/external/chromium_org/google_apis/gcm/base/ |
socket_stream.cc | 27 next_pos_(0), 49 DCHECK_LT(next_pos_, read_buffer_->BytesConsumed()); 50 *data = io_buffer_->data() + next_pos_; 52 next_pos_ = read_buffer_->BytesConsumed(); 60 DCHECK_LE(count, next_pos_); 62 next_pos_ -= count; 64 << "Current position now at " << next_pos_ 76 return next_pos_; 82 return read_buffer_->BytesConsumed() - next_pos_; 122 << next_pos_ << " bytes." 240 << next_pos_ << " bytes used."; local [all...] |
socket_stream.h | 117 // Next(..) call. 0 <= next_pos_ <= read_buffer_.BytesConsumed() 119 int next_pos_; member in class:gcm::SocketInputStream 190 // Next(..) call. 0 <= write_buffer_.BytesConsumed() <= next_pos_ 192 int next_pos_; member in class:gcm::SocketOutputStream
|
/external/chromium_org/v8/src/ |
parser.h | 329 int position() { return next_pos_ - 1; } 382 bool has_next() { return next_pos_ < in()->length(); } 393 int next_pos_; member in class:v8::internal::BASE_EMBEDDED
|
parser.cc | [all...] |
/external/v8/src/ |
parser.h | 352 int position() { return next_pos_ - 1; } 404 bool has_next() { return next_pos_ < in()->length(); } 414 int next_pos_; member in class:v8::internal::RegExpParser
|
parser.cc | [all...] |