Home
last modified time | relevance | path

Searched defs:regexp (Results 1 - 25 of 45) sorted by relevance

12

/third_party/node/tools/gyp/tools/emacs/
H A Dgyp.el[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dregexp-prototype-source.js15 var regexp = /fooBar/ig; variable
H A Dregexp-prototype-match.js15 var regexp = /[0-9]+/g; variable
[all...]
/third_party/jerryscript/tests/jerry/
H A Dstring-prototype-search.js32 var regexp = /x/g; variable
H A Dstring-prototype-replace.js99 var regexp = /r/g; variable
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_cache.cc54 const RegExp* regexp = regexp_factory_.CreateRegExp(pattern); in GetRegExp() local
H A Dregexp_adapter_re2.cc59 DispatchRE2Call(Function regex_function, Input input, const RE2& regexp, string* out1, string* out2, string* out3, string* out4, string* out5, string* out6) DispatchRE2Call() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_limit.c29 bool regexp; member
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.h36 TNode<Smi> FastLoadLastIndex(TNode<JSRegExp> regexp) { in FastLoadLastIndex() argument
135 FastFlagGetterGlobal(TNode<JSRegExp> regexp) FastFlagGetterGlobal() argument
138 FastFlagGetterUnicode(TNode<JSRegExp> regexp) FastFlagGetterUnicode() argument
[all...]
/foundation/communication/dsoftbus/core/common/security/permission/mini/
H A Dsoftbus_permission.c60 int32_t CompareString(const char *src, const char *dest, bool regexp) in CompareString() argument
/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/
H A Dmain.go
/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Dpermission_entry.h62 bool regexp; member
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyshell.py64 regexp = pyshell.PyShell._last_newline_re variable in PyShellRemoveLastNewlineAndSurroundingWhitespaceTest
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc75 RegExpExec(Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, Handle<Object> exec) RegExpExec() argument
189 SetAdvancedStringIndex( Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, bool unicode) SetAdvancedStringIndex() argument
[all...]
H A Dregexp-macro-assembler.cc368 int NativeRegExpMacroAssembler::Match(Handle<JSRegExp> regexp, in Match() argument
416 ExecuteForTesting( String input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate, JSRegExp regexp) ExecuteForTesting() argument
428 Execute( String input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate, JSRegExp regexp) Execute() argument
[all...]
H A Dregexp-interpreter.cc1056 Match( Isolate* isolate, JSRegExp regexp, String subject_string, int* output_registers, int output_register_count, int start_position, RegExp::CallOrigin call_origin) Match() argument
1119 MatchForCallFromJs( Address subject, int32_t start_position, Address, Address, int* output_registers, int32_t output_register_count, RegExp::CallOrigin call_origin, Isolate* isolate, Address regexp) MatchForCallFromJs() argument
1147 MatchForCallFromRuntime( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject_string, int* output_registers, int output_register_count, int start_position) MatchForCallFromRuntime() argument
[all...]
H A Dregexp.cc153 IsUnmodifiedRegExp(Isolate* isolate, Handle<JSRegExp> regexp) IsUnmodifiedRegExp() argument
302 ExperimentalOneshotExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) ExperimentalOneshotExec() argument
311 Exec(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int index, Handle<RegExpMatchInfo> last_match_info, ExecQuirks exec_quirks) Exec() argument
354 AtomExecRaw(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int index, int32_t* output, int output_size) AtomExecRaw() argument
641 IrregexpPrepare(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject) IrregexpPrepare() argument
657 IrregexpExecRaw(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int index, int32_t* output, int output_size) IrregexpExecRaw() argument
727 IrregexpExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int previous_index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) IrregexpExec() argument
1044 RegExpGlobalCache(Handle<JSRegExp> regexp, Handle<String> subject, Isolate* isolate) RegExpGlobalCache() argument
[all...]
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py191 def regexp(pattern): function
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc67 CompileImpl(Isolate* isolate, Handle<JSRegExp> regexp) CompileImpl() argument
162 ExecRaw(Isolate* isolate, RegExp::CallOrigin call_origin, JSRegExp regexp, String subject, int32_t* output_registers, int32_t output_register_count, int32_t subject_index) ExecRaw() argument
184 MatchForCallFromJs( Address subject, int32_t start_position, Address input_start, Address input_end, int* output_registers, int32_t output_register_count, RegExp::CallOrigin call_origin, Isolate* isolate, Address regexp) MatchForCallFromJs() argument
206 Exec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int subject_index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) Exec() argument
259 OneshotExecRaw(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int32_t* output_registers, int32_t output_register_count, int32_t subject_index) OneshotExecRaw() argument
283 OneshotExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int subject_index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) OneshotExec() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.cc154 Handle<JSRegExp> regexp = in New() local
237 MaybeHandle<JSRegExp> JSRegExp::Initialize(Handle<JSRegExp> regexp, in Initialize() argument
399 MaybeHandle<JSRegExp> JSRegExp::Initialize(Handle<JSRegExp> regexp, in Initialize() argument
[all...]
/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c288 int32_t CompareString(const char *src, const char *dest, bool regexp) in CompareString() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DListFormatter.java468 ContextualHandler(Pattern regexp, String thenTwo, String elseTwo, String thenEnd, String elseEnd) { in ContextualHandler() argument
494 private final Pattern regexp; field in ListFormatter.ContextualHandler
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DListFormatter.java541 ContextualHandler(Pattern regexp, String thenTwo, String elseTwo, String thenEnd, String elseEnd) { in ContextualHandler() argument
567 private final Pattern regexp; field in ListFormatter.ContextualHandler
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c526 ecma_value_t regexp = ecma_op_is_regexp (arg1); in ecma_builtin_helper_string_prototype_object_index_of() local
/third_party/node/deps/cares/src/lib/
H A Dares_dns_private.h115 char *regexp; member

Completed in 14 milliseconds

12