Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dcoleitr.cpp57 : 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/skia/third_party/externals/icu/source/i18n/
Dcoleitr.cpp57 : 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/flutter/skia/third_party/externals/icu/source/i18n/
Dcoleitr.cpp57 : 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/
Dcoleitr.cpp57 : 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/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java123 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationElementIterator.java123 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/boost/boost/xpressive/detail/utility/
Dboyer_moore.hpp61 std::fill_n(static_cast<unsigned char *>(this->offsets_), uchar_max + 1, this->length_); in boyer_moore()
78 this->offsets_[tr.hash(*this->last_)] = offset; in init_()
91 this->offsets_[tr.hash(*beg)] = offset; in init_()
119 offset = this->offsets_[tr.hash(tr.translate(*begin))]; in find_()
147 offset = this->offsets_[tr.hash(tr.translate_nocase(*begin))]; in find_nocase_()
176 offset = this->offsets_[tr.hash(*begin)]; in find_nocase_fold_()
189 unsigned char offsets_[UCHAR_MAX + 1]; member
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h136 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
Dgenerated_message_reflection.cc2296 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/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_alg.h93 unordered_map<uint32_t, size_t> offsets_; variable
100 offsets_(), in BlockTensor()
109 offsets_ = bt.offsets_;
Dsomas_solver_alg.cc207 if (block->offsets_.count(sol_offset.first)) in addElem()
210 block->offsets_.insert(sol_offset); in addElem()
240 if (block.offsets_.count(aux.first)) { in Eval()
244 block.offsets_.insert(aux); in Eval()
Dsomas_solver_core.cc285 if (block.offsets_.count(sol_id) == 0) MS_ASSERT(0); in RestoreSolution()
286 size_t bestOffset = block.offsets_[sol_id]; in RestoreSolution()
/third_party/boost/boost/
Dtoken_functions.hpp346 std::vector<int> offsets_; member in boost::offset_separator
355 : offsets_(begin,end), current_offset_(0), in offset_separator()
360 : offsets_(1,1), current_offset_(), in offset_separator()
376 BOOST_ASSERT(!offsets_.empty()); in operator ()()
384 if (current_offset_ == offsets_.size()) in operator ()()
392 int c = offsets_[current_offset_]; in operator ()()
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc318 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/mindspore/mindspore/ccsrc/minddata/dataset/plugin/include/
Dshared_include.h125 std::vector<int64_t> offsets_; // store the offsets for only string Tensor variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dcoleitr.h376 UVector32 *offsets_; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcoleitr.h378 UVector32 *offsets_; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dcoleitr.h378 UVector32 *offsets_; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcoleitr.h378 UVector32 *offsets_; variable
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff1.cc117 top_dict_modifiers_t (const cff1_sub_table_offsets_t &offsets_, in top_dict_modifiers_t()
119 : offsets (offsets_), in top_dict_modifiers_t()
/third_party/chromium/patch/
D0001-cve.patch5122 uint64_t last_offset = offsets_.IsEmpty() ? 0 : offsets_.back();
5123 offsets_.push_back(last_offset + data_.back()->length());
5261 // |offsets_| always contains exactly one fewer item than |data_| (except when
5263 // offsets_[x] is equal to the sum of data_[i].length for all i <= x.
5264 - Vector<uint64_t> offsets_;
5265 + Vector<uint64_t> offsets_ GUARDED_BY_CONTEXT(sequence_checker_);