Searched defs:segments (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_segments.cpp | 41 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in Containing() local 58 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in GetSegmentIterator() local
|
| D | builtins_segmenter.cpp | 94 JSHandle<JSSegments> segments = in Segment() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segments.cpp | 25 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/ |
| D | builtins_segmenter_test.cpp | 86 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/ |
| D | SourceMapMergingUtil.ts | 172 const segments = this.mappings[line]; constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 253 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/ |
| D | IntlNumberFormat.cpp | 174 …static void AddSegment(std::vector<FieldSpan> &segments, int32_t fieldType, int32_t start, int32_t… in AddSegment()
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | declarations.py | 854 def segments(self) -> list[str]: member in PackageDecl
|