Lines Matching defs:string
13 #include <string>
31 Handle<String> string) {
37 Intl::SetTextToBreakIterator(isolate, string, break_iterator);
53 // 4. Set segments.[[SegmentsString]] to string.
64 // 5. Let len be the length of string.
77 // 8. Let startIndex be ! FindBoundary(segmenter, string, n, before).
81 // 9. Let endIndex be ! FindBoundary(segmenter, string, n, after).
84 // 10. Return ! CreateSegmentDataObject(segmenter, string, startIndex,
109 icu::BreakIterator* break_iterator, const icu::UnicodeString& string,
113 // 1. Let len be the length of string.
117 DCHECK_LE(end_index, string.length());
124 // 6. Let segment be the String value equal to the substring of string
129 isolate, segment, Intl::ToString(isolate, string, start_index, end_index),
145 // 9. Perform ! CreateDataPropertyOrThrow(result, "input", string).
148 Intl::ToString(isolate, string), JSObject);
159 // segment in string is "word-like" according to locale