Home
last modified time | relevance | path

Searched refs:nextMatch (Results 1 - 12 of 12) sorted by relevance

/third_party/node/lib/internal/readline/
H A Dinterface.js609 let nextMatch;
610 while ((nextMatch = RegExpPrototypeExec(lineEnding, string)) !== null) {
611 ArrayPrototypePush(indexes, nextMatch.index, lineEnding.lastIndex);
1335 let nextMatch;
1338 while ((nextMatch = RegExpPrototypeExec(lineEnding, s)) !== null) {
1339 this[kInsertString](StringPrototypeSlice(s, lastIndex, nextMatch.index));
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTextTrieMap.java112 Node nextMatch = node.findMatch(chitr, output); in find()
113 if (nextMatch != null) { in find()
114 find(nextMatch, chitr, handler, output); in find()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTextTrieMap.java117 Node nextMatch = node.findMatch(chitr, output); in find()
118 if (nextMatch != null) { in find()
119 find(nextMatch, chitr, handler, output); in find()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc218 size_t nextMatch = searchArea.find(hint, offset); in adjustBreakpointLocation() local
220 if (nextMatch == String16::kNotFound && prevMatch == String16::kNotFound) { in adjustBreakpointLocation()
224 if (nextMatch == String16::kNotFound) { in adjustBreakpointLocation()
227 bestMatch = nextMatch; in adjustBreakpointLocation()
229 bestMatch = nextMatch - offset < offset - prevMatch ? nextMatch : prevMatch; in adjustBreakpointLocation()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 183 milliseconds