Lines Matching defs:string
72 const JSHandle<EcmaString> &string)
84 // 4. Set segments.[[SegmentsString]] to string.
85 segments->SetSegmentsString(thread, string);
86 SetTextToBreakIterator(thread, segments, string, icuBreakIterator);
93 // 5. Let len be the length of string.
103 // 8. Let startIndex be ! FindBoundary(segmenter, string, n, before).
105 // 9. Let endIndex be ! FindBoundary(segmenter, string, n, after).
107 // 10. Return ! CreateSegmentDataObject(segmenter, string, startIndex, endIndex).
125 // 18.7.1 CreateSegmentDataObject ( segmenter, string, startIndex, endIndex )
130 // 1. Let len be the length of string.
143 // 6. Let segment be the substring of string from startIndex to endIndex.
154 // 9. Perform ! CreateDataPropertyOrThrow(result, "input", string).
159 // a. Let isWordLike be a Boolean value indicating whether the segment in string is "word-like"