| /third_party/node/tools/gyp/tools/emacs/ |
| H A D | gyp.el | [all...] |
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | regexp-prototype-source.js | 15 var regexp = /fooBar/ig; variable
|
| H A D | regexp-prototype-match.js | 15 var regexp = /[0-9]+/g; variable [all...] |
| /third_party/jerryscript/tests/jerry/ |
| H A D | string-prototype-search.js | 32 var regexp = /x/g; variable
|
| H A D | string-prototype-replace.js | 99 var regexp = /r/g; variable
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | regexp_cache.cc | 54 const RegExp* regexp = regexp_factory_.CreateRegExp(pattern); in GetRegExp() local
|
| H A D | regexp_adapter_re2.cc | 59 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 D | trans_channel_limit.c | 29 bool regexp; member [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-regexp-gen.h | 36 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 D | softbus_permission.c | 60 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 D | main.go | |
| /foundation/communication/dsoftbus/core/common/security/permission/include/ |
| H A D | permission_entry.h | 62 bool regexp; member
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | test_pyshell.py | 64 regexp = pyshell.PyShell._last_newline_re variable in PyShellRemoveLastNewlineAndSurroundingWhitespaceTest
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-utils.cc | 75 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 D | regexp-macro-assembler.cc | 368 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 D | regexp-interpreter.cc | 1056 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 D | regexp.cc | 153 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 D | predicate.py | 191 def regexp(pattern): function
|
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental.cc | 67 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 D | js-regexp.cc | 154 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 D | permission_entry.c | 288 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 D | ListFormatter.java | 468 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 D | ListFormatter.java | 541 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 D | ecma-builtin-helpers.c | 526 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 D | ares_dns_private.h | 115 char *regexp; member
|