Home
last modified time | relevance | path

Searched defs:segments (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_segments.cpp41 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in Containing() local
58 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in GetSegmentIterator() local
Dbuiltins_segmenter.cpp94 JSHandle<JSSegments> segments = in Segment() local
/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp25 void JSSegments::SetIcuBreakIterator(JSThread *thread, const JSHandle<JSSegments> &segments, in SetIcuBreakIterator()
42 void JSSegments::SetUString(JSThread *thread, const JSHandle<JSSegments> &segments, in SetUString()
59 void SetTextToBreakIterator(JSThread *thread, const JSHandle<JSSegments> &segments, in SetTextToBreakIterator()
78 JSHandle<JSSegments> segments(factory->NewJSObjectByConstructor(segmentsCtor)); in CreateSegmentsObject() local
89 JSTaggedValue JSSegments::Containing(JSThread *thread, const JSHandle<JSSegments> &segments, double… in Containing()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_segmenter_test.cpp86 JSTaggedValue segments = BuiltinsSegmenter::Segment(ecmaRuntimeCallInfo); in JSSegmentsCreateTest() local
218 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
246 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
273 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
292 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
312 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts172 const segments = this.mappings[line]; constant
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp253 std::set<ElfSecName> segments; in GetSegmentNum() local
906 std::set<ElfSecName> segments; in PackELFSegment() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormat.cpp174 …static void AddSegment(std::vector<FieldSpan> &segments, int32_t fieldType, int32_t start, int32_t… in AddSegment()
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Ddeclarations.py854 def segments(self) -> list[str]: member in PackageDecl