/third_party/icu/icu4c/source/i18n/ |
D | coleitr.cpp | 57 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 delete offsets_; in ~CollationElementIterator() 85 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) { in getOffset() 93 U_ASSERT(i < offsets_->size()); in getOffset() 94 return offsets_->elementAti(i); in getOffset() 188 if (offsets_ == NULL) { in previous() 189 offsets_ = new UVector32(status); in previous() 190 if (offsets_ == NULL) { in previous() 199 int64_t ce = iter_->previousCE(*offsets_, status); in previous() 207 if (offsets_->isEmpty()) { in previous() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | coleitr.cpp | 57 : UObject(other), iter_(nullptr), rbc_(nullptr), otherHalf_(0), dir_(0), offsets_(nullptr) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 delete offsets_; in ~CollationElementIterator() 85 if (dir_ < 0 && offsets_ != nullptr && !offsets_->isEmpty()) { in getOffset() 93 U_ASSERT(i < offsets_->size()); in getOffset() 94 return offsets_->elementAti(i); in getOffset() 188 if (offsets_ == nullptr) { in previous() 189 offsets_ = new UVector32(status); in previous() 190 if (offsets_ == nullptr) { in previous() 199 int64_t ce = iter_->previousCE(*offsets_, status); in previous() 207 if (offsets_->isEmpty()) { in previous() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coleitr.cpp | 57 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 delete offsets_; in ~CollationElementIterator() 85 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) { in getOffset() 93 U_ASSERT(i < offsets_->size()); in getOffset() 94 return offsets_->elementAti(i); in getOffset() 188 if (offsets_ == NULL) { in previous() 189 offsets_ = new UVector32(status); in previous() 190 if (offsets_ == NULL) { in previous() 199 int64_t ce = iter_->previousCE(*offsets_, status); in previous() 207 if (offsets_->isEmpty()) { in previous() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CollationElementIterator.java | 123 private UVector32 offsets_; field in CollationElementIterator 197 offsets_ = null; in CollationElementIterator() 280 if (dir_ < 0 && offsets_ != null && !offsets_.isEmpty()) { in getOffset() 288 assert (i < offsets_.size()); in getOffset() 289 return offsets_.elementAti(i); in getOffset() 384 if (offsets_ == null) { in previous() 385 offsets_ = new UVector32(); in previous() 391 long ce = iter_.previousCE(offsets_); in previous() 401 if (offsets_.isEmpty()) { in previous() 405 offsets_.addElement(iter_.getOffset()); in previous() [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationElementIterator.java | 123 private UVector32 offsets_; field in CollationElementIterator 202 offsets_ = null; in CollationElementIterator() 289 if (dir_ < 0 && offsets_ != null && !offsets_.isEmpty()) { in getOffset() 297 assert (i < offsets_.size()); in getOffset() 298 return offsets_.elementAti(i); in getOffset() 395 if (offsets_ == null) { in previous() 396 offsets_ = new UVector32(); in previous() 402 long ce = iter_.previousCE(offsets_); in previous() 412 if (offsets_.isEmpty()) { in previous() 416 offsets_.addElement(iter_.getOffset()); in previous() [all …]
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-random-iterator.cc | 15 : BytecodeArrayIterator(bytecode_array, 0), offsets_(zone) { in BytecodeArrayRandomIterator() 16 offsets_.reserve(bytecode_array->length() / 2); in BytecodeArrayRandomIterator() 24 offsets_.push_back(current_offset()); in Initialize() 32 static_cast<size_t>(current_index_) < offsets_.size(); in IsValid() 37 SetOffset(offsets_[current_index_]); in UpdateOffsetFromIndex()
|
D | bytecode-array-random-iterator.h | 52 int size() const { return static_cast<int>(offsets_.size()); } in size() 70 ZoneVector<int> offsets_;
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 136 return OffsetValue(offsets_[field->index()], field->type()); in GetFieldOffsetNonOneof() 145 return OffsetValue(offsets_[offset], field->type()); in GetFieldOffset() 156 return Inlined(offsets_[offset], field->type()); in IsFieldInlined() 158 return Inlined(offsets_[field->index()], field->type()); in IsFieldInlined() 212 OffsetValue(offsets_[field->index()], field->type()); in GetFieldDefault() 233 const uint32* offsets_; member
|
D | generated_message_reflection.cc | 2296 result.offsets_ = offsets + migration_schema.offsets_index + 5; in MigrationToReflectionSchema() 2322 offsets_(offsets) {} in AssignDescriptorsHelper() 2334 offsets_, *schemas_), in AssignMessageDescriptor() 2357 const uint32* offsets_; member in google::protobuf::AssignDescriptorsHelper
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | decompose_memory_access.cc | 318 BlockAllocator<Offset> offsets_; member 327 return offsets_.Create<OffsetLiteral>(offset); in ToOffset() 334 return offsets_.Create<OffsetLiteral>(u32->value); in ToOffset() 337 return offsets_.Create<OffsetLiteral>(i32->value); in ToOffset() 340 return offsets_.Create<OffsetExpr>(expr); in ToOffset() 367 return offsets_.Create<OffsetLiteral>(lhs_lit->literal + in Add() 371 auto* out = offsets_.Create<OffsetBinOp>(); in Add() 389 return offsets_.Create<OffsetLiteral>(0); in Mul() 392 return offsets_.Create<OffsetLiteral>(0); in Mul() 401 return offsets_.Create<OffsetLiteral>(lhs_lit->literal * in Mul() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmEmptyStructTests.cpp | 132 const std::vector<uint32_t>& offsets_, in addCopyingComputeGroup() 139 , offsets (offsets_) in addCopyingComputeGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmEmptyStructTests.cpp | 132 const std::vector<uint32_t>& offsets_, in addCopyingComputeGroup() 139 , offsets (offsets_) in addCopyingComputeGroup()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | coleitr.h | 378 UVector32 *offsets_; variable
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | coleitr.h | 378 UVector32 *offsets_; variable
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | coleitr.h | 378 UVector32 *offsets_; variable
|