Home
last modified time | relevance | path

Searched refs:offsets_ (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcoleitr.cpp54 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 delete offsets_; in ~CollationElementIterator()
82 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) { in getOffset()
90 U_ASSERT(i < offsets_->size()); in getOffset()
91 return offsets_->elementAti(i); in getOffset()
185 if (offsets_ == NULL) { in previous()
186 offsets_ = new UVector32(status); in previous()
187 if (offsets_ == NULL) { in previous()
196 int64_t ce = iter_->previousCE(*offsets_, status); in previous()
204 if (offsets_->isEmpty()) { in previous()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java121 private UVector32 offsets_; field in CollationElementIterator
200 offsets_ = null; in CollationElementIterator()
287 if (dir_ < 0 && offsets_ != null && !offsets_.isEmpty()) { in getOffset()
295 assert (i < offsets_.size()); in getOffset()
296 return offsets_.elementAti(i); in getOffset()
393 if (offsets_ == null) { in previous()
394 offsets_ = new UVector32(); in previous()
400 long ce = iter_.previousCE(offsets_); in previous()
410 if (offsets_.isEmpty()) { in previous()
414 offsets_.addElement(iter_.getOffset()); in previous()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationElementIterator.java121 private UVector32 offsets_; field in CollationElementIterator
195 offsets_ = null; in CollationElementIterator()
278 if (dir_ < 0 && offsets_ != null && !offsets_.isEmpty()) { in getOffset()
286 assert (i < offsets_.size()); in getOffset()
287 return offsets_.elementAti(i); in getOffset()
382 if (offsets_ == null) { in previous()
383 offsets_ = new UVector32(); in previous()
389 long ce = iter_.previousCE(offsets_); in previous()
399 if (offsets_.isEmpty()) { in previous()
403 offsets_.addElement(iter_.getOffset()); in previous()
[all …]
/external/google-breakpad/src/processor/
Dstatic_map-inl.h52 offsets_ = reinterpret_cast<const uint32_t*>( in StaticMap()
142 if (offsets_[node_index] != static_cast<uint32_t>(first_offset)) { in ValidateInMemoryStructure()
150 if (offsets_[node_index] <= offsets_[node_index - 1]) { in ValidateInMemoryStructure()
Dstatic_map.h90 offsets_(0), in StaticMap()
134 const uint32_t* offsets_; variable
Dstatic_map_iterator-inl.h51 offsets_ = reinterpret_cast<const uint32_t*>(base_ + sizeof(num_nodes_)); in StaticMapIterator()
120 return base_ + offsets_[index_]; in GetValueRawPtr()
Dstatic_map_iterator.h104 const uint32_t* offsets_; variable
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h373 UVector32 *offsets_; variable
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc183 offsets_ (offsets), in GeneratedMessageReflection()
209 offsets_ (offsets), in GeneratedMessageReflection()
1397 return reinterpret_cast<uint8*>(message) + offsets_[field->index()]; in MutableRawRepeatedField()
1463 offsets_[index]; in GetRaw()
1473 void* ptr = reinterpret_cast<uint8*>(message) + offsets_[index]; in MutableRaw()
1482 offsets_[field->index()] : in DefaultRaw()
1484 offsets_[field->index()]; in DefaultRaw()
Dgenerated_message_reflection.h347 const int* offsets_; variable