Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 25 of 1140) sorted by relevance

12345678910>>...46

/third_party/jerryscript/tests/jerry/
Dstring-prototype-substring.js26 assert(Object.getOwnPropertyDescriptor(String.prototype.substring, 'length').configurable === lengt…
28 assert(Object.getOwnPropertyDescriptor(String.prototype.substring, 'length').enumerable === false);
30 assert(Object.getOwnPropertyDescriptor(String.prototype.substring, 'length').writable === false);
32 assert(String.prototype.substring.length === 2);
34 assert(String.prototype.substring.call(new String()) === "");
36 assert(String.prototype.substring.call({}) === "[object Object]");
40 String.prototype.substring.call(undefined); method in String
48 String.prototype.substring.call(null); method in String
55 assert("hello world!".substring(0, 11) === "hello world");
57 assert("hello world!".substring(11, 0) === "hello world");
[all …]
/third_party/libxml2/test/XPath/expr/
Dstrings18 substring("12345",2,3)
19 substring("12345",2)
20 substring("12345",-4)
21 substring("12345",3.4)
22 substring("12345",3.6)
23 substring("12345",1.5,2.6)
24 substring("12345",2.2,2.2)
25 substring("12345",0,3)
26 substring("12345",-8,10)
27 substring("12345",4,-10)
[all …]
/third_party/libxml2/result/XPath/expr/
Dstrings71 Expression: substring("12345",2,3)
75 Expression: substring("12345",2)
79 Expression: substring("12345",-4)
83 Expression: substring("12345",3.4)
87 Expression: substring("12345",3.6)
91 Expression: substring("12345",1.5,2.6)
95 Expression: substring("12345",2.2,2.2)
99 Expression: substring("12345",0,3)
103 Expression: substring("12345",-8,10)
107 Expression: substring("12345",4,-10)
[all …]
/third_party/libxml2/win32/
Dconfigure.js208 verMicroSuffix = s.substring(s.indexOf("=") + 1, s.length);
455 opt = arg.substring(0, arg.indexOf("="));
457 opt = arg.substring(0, arg.indexOf(":"));
460 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
462 withThreads = arg.substring(opt.length + 1, arg.length);
464 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
466 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
468 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
470 withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
472 withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
[all …]
/third_party/typescript/tests/baselines/reference/
DlibMembers.symbols5 s.substring(0);
6 >s.substring : Symbol(String.substring, Decl(lib.es5.d.ts, --, --))
8 >substring : Symbol(String.substring, Decl(lib.es5.d.ts, --, --))
10 s.substring(3,4);
11 >s.substring : Symbol(String.substring, Decl(lib.es5.d.ts, --, --))
13 >substring : Symbol(String.substring, Decl(lib.es5.d.ts, --, --))
DassignFromStringInterface2.types49substring: string, ...args: any[]) => string): string; (searchValue: RegExp, replaceValue: string)…
53 … replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string;
54substring: string, ...args: any[]) => string): string; (searchValue: RegExp, replaceValue: string)…
56 >replaceValue : (substring: string, ...args: any[]) => string
57 >substring : string
61substring: string, ...args: any[]) => string): string; (searchValue: RegExp, replaceValue: string)…
65 … replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string;
66substring: string, ...args: any[]) => string): string; (searchValue: RegExp, replaceValue: string)…
68 >replaceValue : (substring: string, ...args: any[]) => string
69 >substring : string
[all …]
DlibMembers.types6 s.substring(0);
7 >s.substring(0) : string
8 >s.substring : (start: number, end?: number) => string
10 >substring : (start: number, end?: number) => string
13 s.substring(3,4);
14 >s.substring(3,4) : string
15 >s.substring : (start: number, end?: number) => string
17 >substring : (start: number, end?: number) => string
DregExpWithSlashInCharClass.types5 …eplaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args…
7 …eplaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args…
14 …eplaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args…
16 …eplaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args…
23 …eplaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args…
25 …eplaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args…
DiteratorsAndStrictNullChecks.symbols6 x.substring;
7 >x.substring : Symbol(String.substring, Decl(lib.es5.d.ts, --, --))
9 >substring : Symbol(String.substring, Decl(lib.es5.d.ts, --, --))
DparserRegularExpression4.types2 …f) || (d += "&q=" + encodeURIComponent(W("q") || W("as_q") || A), d = d.substring(0, 1948 - c.href…
35 …f) || (d += "&q=" + encodeURIComponent(W("q") || W("as_q") || A), d = d.substring(0, 1948 - c.href…
36 …f) || (d += "&q=" + encodeURIComponent(W("q") || W("as_q") || A), d = d.substring(0, 1948 - c.href…
49 …f) || (d += "&q=" + encodeURIComponent(W("q") || W("as_q") || A), d = d.substring(0, 1948 - c.href…
57 >(d += "&q=" + encodeURIComponent(W("q") || W("as_q") || A), d = d.substring(0, 1948 - c.href.lengt…
58 >d += "&q=" + encodeURIComponent(W("q") || W("as_q") || A), d = d.substring(0, 1948 - c.href.length…
74 >d = d.substring(0, 1948 - c.href.length) : any
76 >d.substring(0, 1948 - c.href.length) : any
77 >d.substring : any
79 >substring : any
/third_party/boost/boost/log/expressions/predicates/
Dends_with.hpp63 …ute_ends_with(attribute_name const& name, SubstringT const& substring) : base_type(name, substring)
75 …ith(attribute_name const& name, SubstringT const& substring, U const& arg) : base_type(name, subst…
88 …_with(attribute_actor< T, FallbackPolicyT, TagT, ActorT > const& attr, SubstringT const& substring) in ends_with() argument
91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in ends_with()
101 ends_with(attribute_keyword< DescriptorT, ActorT > const&, SubstringT const& substring) in ends_with() argument
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in ends_with()
114 ends_with(attribute_name const& name, SubstringT const& substring) in ends_with() argument
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in ends_with()
Dbegins_with.hpp63 …e_begins_with(attribute_name const& name, SubstringT const& substring) : base_type(name, substring)
75 …ith(attribute_name const& name, SubstringT const& substring, U const& arg) : base_type(name, subst…
88 …_with(attribute_actor< T, FallbackPolicyT, TagT, ActorT > const& attr, SubstringT const& substring) in begins_with() argument
91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in begins_with()
101 begins_with(attribute_keyword< DescriptorT, ActorT > const&, SubstringT const& substring) in begins_with() argument
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in begins_with()
114 begins_with(attribute_name const& name, SubstringT const& substring) in begins_with() argument
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in begins_with()
Dcontains.hpp63 …bute_contains(attribute_name const& name, SubstringT const& substring) : base_type(name, substring)
75 …ins(attribute_name const& name, SubstringT const& substring, U const& arg) : base_type(name, subst…
88 …tains(attribute_actor< T, FallbackPolicyT, TagT, ActorT > const& attr, SubstringT const& substring) in contains() argument
91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in contains()
101 contains(attribute_keyword< DescriptorT, ActorT > const&, SubstringT const& substring) in contains() argument
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in contains()
114 contains(attribute_name const& name, SubstringT const& substring) in contains() argument
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in contains()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_statistics_test.cc71 auto* substring = new CordRepSubstring; in Substring() local
72 substring->length = rep->length - 1; in Substring()
73 substring->tag = SUBSTRING; in Substring()
74 substring->child = rep; in Substring()
75 return substring; in Substring()
148 self = SizeOf(rep->substring()); in FairShareImpl()
149 children = FairShareImpl(rep->substring()->child, ref); in FairShareImpl()
205 STATS_MATCHER_EXPECT_EQ(node_counts.substring);
277 auto* substring = ref.NeedsUnref(Substring(flat)); in TEST() local
280 expected.size = substring->length; in TEST()
[all …]
Dcord_rep_consume.cc32 CordRep* ClipSubstring(CordRepSubstring* substring) { in ClipSubstring() argument
33 CordRep* child = substring->child; in ClipSubstring()
34 if (substring->refcount.IsOne()) { in ClipSubstring()
35 delete substring; in ClipSubstring()
38 CordRep::Unref(substring); in ClipSubstring()
103 offset += rep->substring()->start; in Consume()
104 rep = ClipSubstring(rep->substring()); in Consume()
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Drunning_processes.dart143 String rawTime = line.substring(
152 rawTime = rawTime.substring(0, 3) + '0' + rawTime.substring(3);
154 final String year = rawTime.substring(6, 10);
155 final String month = rawTime.substring(3, 5);
156 final String day = rawTime.substring(0, 2);
157 String time = rawTime.substring(11, 19);
162 final int hours = int.parse(time.substring(0, 2));
163 time = '${hours + 12}${time.substring(2)}';
166 final int pid = int.parse(line.substring(0, processIdHeaderSize).trim());
168 final String commandLine = line.substring(commandLineHeaderStart).trim();
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DTrans.java99 buf.append(line.substring(0, right+1)); in trans()
100 if (DEBUG) System.out.println("*S:" + line.substring(0, right+1)); in trans()
107 buf.append(trans.transliterate(line.substring(right+1))); in trans()
108 if (DEBUG) System.out.println("T:" + line.substring(right+1)); in trans()
113 buf.append(trans.transliterate(line.substring(right+1, left))); in trans()
114 if (DEBUG) System.out.println("T:" + line.substring(right+1, left)); in trans()
118 buf.append(line.substring(left)); in trans()
119 if (DEBUG) System.out.println("S:" + line.substring(left)); in trans()
122 buf.append(line.substring(left, right+1)); in trans()
123 if (DEBUG) System.out.println("S:" + line.substring(left, right+1)); in trans()
/third_party/quickjs/
Drepl.js252 std.puts(str.substring(i, j));
300 … if (!show_colors && last_cmd.substring(0, last_cursor_pos) == cmd.substring(0, last_cursor_pos)) {
302 std.puts(cmd.substring(last_cursor_pos));
305 move_cursor(-ucs_length(last_cmd.substring(0, last_cursor_pos)));
326 move_cursor(ucs_length(cmd.substring(last_cursor_pos, cursor_pos)));
328 move_cursor(-ucs_length(cmd.substring(cursor_pos, last_cursor_pos)));
337 cmd = cmd.substring(0, cursor_pos) + str + cmd.substring(cursor_pos);
439 if (history[index].substring(0, pos) == cmd.substring(0, pos)) {
472 cmd = cmd.substring(0, start) + cmd.substring(end);
500 cmd = cmd.substring(0, pos - 1) + cmd.substring(pos, pos + 1) +
[all …]
/third_party/boost/libs/hof/doc/html/_static/
Dwebsupport.js55 hide($(this).attr('id').substring(2));
63 openReply($(this).attr('id').substring(2));
67 closeReply($(this).attr('id').substring(2));
75 showProposal($(this).attr('id').substring(2));
79 hideProposal($(this).attr('id').substring(2));
83 showProposeChange($(this).attr('id').substring(2));
87 hideProposeChange($(this).attr('id').substring(2));
91 acceptComment($(this).attr('id').substring(2));
95 deleteComment($(this).attr('id').substring(2));
99 toggleCommentMarkupBox($(this).attr('id').substring(2));
[all …]
/third_party/boost/libs/python/doc/html/numpy/_static/
Dwebsupport.js55 hide($(this).attr('id').substring(2));
63 openReply($(this).attr('id').substring(2));
67 closeReply($(this).attr('id').substring(2));
75 showProposal($(this).attr('id').substring(2));
79 hideProposal($(this).attr('id').substring(2));
83 showProposeChange($(this).attr('id').substring(2));
87 hideProposeChange($(this).attr('id').substring(2));
91 acceptComment($(this).attr('id').substring(2));
95 deleteComment($(this).attr('id').substring(2));
99 toggleCommentMarkupBox($(this).attr('id').substring(2));
[all …]
/third_party/boost/libs/gil/doc/html/_static/
Dwebsupport.js55 hide($(this).attr('id').substring(2));
63 openReply($(this).attr('id').substring(2));
67 closeReply($(this).attr('id').substring(2));
75 showProposal($(this).attr('id').substring(2));
79 hideProposal($(this).attr('id').substring(2));
83 showProposeChange($(this).attr('id').substring(2));
87 hideProposeChange($(this).attr('id').substring(2));
91 acceptComment($(this).attr('id').substring(2));
95 deleteComment($(this).attr('id').substring(2));
99 toggleCommentMarkupBox($(this).attr('id').substring(2));
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java208 sbuf.append(description.substring(0, brack1)); in makeRules()
210 sbuf.append(description.substring(brack2 + 1)); in makeRules()
219 sbuf.append(description.substring(0, brack1)); in makeRules()
220 sbuf.append(description.substring(brack1 + 1, brack2)); in makeRules()
222 sbuf.append(description.substring(brack2 + 1)); in makeRules()
280 descriptor = description.substring(0, p); in parseRuleDescriptor()
285 description = description.substring(p); in parseRuleDescriptor()
398 description = description.substring(1); in parseRuleDescriptor()
434 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions()
446 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFRule.java209 sbuf.append(description.substring(0, brack1)); in makeRules()
211 sbuf.append(description.substring(brack2 + 1)); in makeRules()
220 sbuf.append(description.substring(0, brack1)); in makeRules()
221 sbuf.append(description.substring(brack1 + 1, brack2)); in makeRules()
223 sbuf.append(description.substring(brack2 + 1)); in makeRules()
281 descriptor = description.substring(0, p); in parseRuleDescriptor()
286 description = description.substring(p); in parseRuleDescriptor()
399 description = description.substring(1); in parseRuleDescriptor()
435 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions()
447 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()
[all …]
/third_party/parse5/test/utils/
Dcommon.js52 chunks.push(str.substring(start, end));
119 const expectedStr = 'Expected: ' + addSlashes(expected.substring(i - 100, i + 1));
122 …diffMsg += expectedStr + addSlashes(expected.substring(i + 1, i + 20)) + '\n' + expectedDiffMarker;
124 const actualStr = 'Actual: ' + addSlashes(actual.substring(i - 100, i + 1));
127 … diffMsg += actualStr + addSlashes(actual.substring(i + 1, i + 20)) + '\n' + actualDiffMarker;
141 lines[last] = lines[last].substring(0, loc.endCol - 1);
142 lines[0] = lines[0].substring(loc.startCol - 1);
/third_party/node/benchmark/
D_cli.R10 if (substring(arg, 1, 1) == '-') {
11 temp.option.key = substring(arg, 2);
12 if (substring(arg, 2, 2) == '-') {
13 temp.option.key = substring(arg, 3);

12345678910>>...46