Home
last modified time | relevance | path

Searched refs:_pattern (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/patch/
Dbackport-regex-Make-possible-to-test-replacements-with-options.patch47 -#define TEST_REPLACE(_pattern, _string, _start_position, _replacement, _expected) { \
48 +#define TEST_REPLACE_OPTIONS(_pattern, _string, _start_position, _replacement, _expected, _compile…
63 +#define TEST_REPLACE(_pattern, _string, _start_position, _replacement, _expected) \
64 + TEST_REPLACE_OPTIONS (_pattern, _string, _start_position, _replacement, _expected, 0, 0)
Dbackport-regex-Actually-check-for-match-options-changes.patch16 data->pattern = _pattern; \
Dbackport-gregex-use-G_REGEX_OPTIMIZE-flag-to-enable-JIT-compilation.patch262 -#define TEST_PARTIAL_FULL(_pattern, _string, _match_opts, _expected) { \
263 +#define TEST_PARTIAL_FULL(_pattern, _string, _compile_opts, _match_opts, _expected) { \
267 data->pattern = _pattern; \
277 -#define TEST_PARTIAL(_pattern, _string, _expected) TEST_PARTIAL_FULL(_pattern, _string, G_REGEX_MA…
278 +#define TEST_PARTIAL(_pattern, _string, _compile_opts, _expected) TEST_PARTIAL_FULL(_pattern, _str…
Dbackport-regex-Add-debug-strings-for-compile-and-match-option-flags.patch17 #define TEST_MATCH_NOTEMPTY_ATSTART(_pattern, _string, _expected) \
18 …TEST_MATCH_SIMPLE_NAMED("notempty-atstart", _pattern, _string, 0, G_REGEX_MATCH_NOTEMPTY_ATSTART, …
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h112 explicit ParserState(const UnicodeString& _pattern) in ParserState()
113 : pattern(_pattern) {} in ParserState()
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.h115 explicit ParserState(const UnicodeString& _pattern) in ParserState()
116 : pattern(_pattern) {} in ParserState()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.h115 explicit ParserState(const UnicodeString& _pattern) in ParserState()
116 : pattern(_pattern) {} in ParserState()
/third_party/python/Include/internal/
Dpycore_ast.h50 typedef struct _pattern *pattern_ty;
566 struct _pattern { struct
/third_party/icu/icu4c/source/test/cintltst/
Dusrchtst.c2543 U_STRING_DECL(_pattern, "IS 0", PATTERN_LEN); in TestSearchForNull()
2547 U_STRING_INIT(_pattern, "IS 0", PATTERN_LEN); in TestSearchForNull()
2554 if (_pattern[pos] == zerodigit) { in TestSearchForNull()
2557 pattern[pos] = _pattern[pos]; in TestSearchForNull()