Searched defs:offsets_ (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstatic_map_iterator.h101 // offsets_ is an array of offset addresses of mapped values.
103 // address_of_i-th_node_value = base_ + offsets_[i]
104 const uint32_t* offsets_; member in class:google_breakpad::StaticMapIterator
H A Dstatic_map.h90 offsets_(0),
133 // address_of_i-th_node_value = raw_data_ + offsets_[i]
134 const uint32_t* offsets_; member in class:google_breakpad::StaticMap
/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h373 UVector32 *offsets_; member in class:U_FINAL
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h347 const int* offsets_; member in class:google::protobuf::internal::GeneratedMessageReflection
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationElementIterator.java121 private UVector32 offsets_; field in class:CollationElementIterator
195 offsets_ = null;
278 if (dir_ < 0 && offsets_ != null && !offsets_.isEmpty()) {
286 assert (i < offsets_.size());
287 return offsets_.elementAti(i);
382 if (offsets_ == null) {
383 offsets_ = new UVector32();
389 long ce = iter_.previousCE(offsets_);
399 if (offsets_
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java121 private UVector32 offsets_; field in class:CollationElementIterator
200 offsets_ = null;
287 if (dir_ < 0 && offsets_ != null && !offsets_.isEmpty()) {
295 assert (i < offsets_.size());
296 return offsets_.elementAti(i);
393 if (offsets_ == null) {
394 offsets_ = new UVector32();
400 long ce = iter_.previousCE(offsets_);
410 if (offsets_
[all...]

Completed in 237 milliseconds