/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliterationRule.java | 22 * exactly (the key) and optional context. Context must match if it 56 * The match that must occur before the key, or null if there is no 67 * The match that must occur after the key, or null if there is no 97 * The length of the string that must match before the key. If 238 * set, or otherwise can match multiple keys, the index value is -1. 243 // match any key. in getIndexValue() 258 * then it will match any key. 262 // If there is neither then we match any key; return true. in matchesIndexValue() 350 * Attempt a match and replacement at the given position. Return 351 * the degree of match betwee [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 253 TZDBNameInfo match = null; in handlePrefixMatch() 274 match = defaultRegionMatch = ninfo; in handlePrefixMatch() 285 match = ninfo; in handlePrefixMatch() 293 if (match == null) { in handlePrefixMatch() 294 match = ninfo; in handlePrefixMatch() 299 if (match != null) { in handlePrefixMatch() 300 NameType ntype = match.type; in handlePrefixMatch() 313 if (match.ambiguousType in handlePrefixMatch() 319 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch() 330 * Returns the match result [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt_rule.cpp | 219 * set, or otherwise can match multiple keys, the index value is -1. 224 // match any key. in getIndexValue() 239 * then it will match any key. 243 // If there is neither then we match any key; return true. in matchesIndexValue() 332 * Attempt a match and replacement at the given position. Return 333 * the degree of match between this rule and the given text. The 334 * degree of match may be mismatch, a partial match, or a full 335 * match. A mismatch means at least one character of the text 336 * does not match th 389 UMatchDegree match; matchAndReplace() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_rule.cpp | 219 * set, or otherwise can match multiple keys, the index value is -1. 224 // match any key. in getIndexValue() 239 * then it will match any key. 243 // If there is neither then we match any key; return true. in matchesIndexValue() 332 * Attempt a match and replacement at the given position. Return 333 * the degree of match between this rule and the given text. The 334 * degree of match may be mismatch, a partial match, or a full 335 * match. A mismatch means at least one character of the text 336 * does not match th 389 UMatchDegree match; matchAndReplace() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt_rule.cpp | 219 * set, or otherwise can match multiple keys, the index value is -1. 224 // match any key. in getIndexValue() 239 * then it will match any key. 243 // If there is neither then we match any key; return true. in matchesIndexValue() 332 * Attempt a match and replacement at the given position. Return 333 * the degree of match between this rule and the given text. The 334 * degree of match may be mismatch, a partial match, or a full 335 * match. A mismatch means at least one character of the text 336 * does not match th 389 UMatchDegree match; matchAndReplace() local [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-2178.js | 19 assert(!!good.match(r) && !!bad.match(r)); 24 assert(str.match(/[^>]/) == str);
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_double_fast.c | 78 /* the position at which to increment the step size if no match is found */ in ZSTD_compressBlock_doubleFast_noDict_generic() 85 U32 idxl0; /* the long match index for ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() 86 U32 idxl1; /* the long match index for ip1 */ in ZSTD_compressBlock_doubleFast_noDict_generic() 88 const BYTE* matchl0; /* the long match for ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() 89 const BYTE* matchs0; /* the short match for ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() 90 const BYTE* matchl1; /* the long match for ip1 */ in ZSTD_compressBlock_doubleFast_noDict_generic() 107 /* Outer Loop: one iteration per match found and stored */ in ZSTD_compressBlock_doubleFast_noDict_generic() 141 /* check prefix long match */ in ZSTD_compressBlock_doubleFast_noDict_generic() 154 /* check prefix short match */ in ZSTD_compressBlock_doubleFast_noDict_generic() 187 /* check prefix long +1 match */ in ZSTD_compressBlock_doubleFast_noDict_generic() 318 const BYTE* match = base + matchIndexS; ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 568 const BYTE* match = matchBase + matchIndex; ZSTD_compressBlock_doubleFast_extDict_generic() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_socket.c | 29 /* "socket" match based redirection (no specific rule) 40 * - match: if there's a fully established connection matching the 43 * - match: if there's a non-zero bound listener (possibly with a 224 .match = socket_mt4_v0, 233 .match = socket_mt4_v1_v2_v3, 245 .match = socket_mt6_v1_v2_v3, 257 .match = socket_mt4_v1_v2_v3, 269 .match = socket_mt6_v1_v2_v3, 281 .match = socket_mt4_v1_v2_v3, 293 .match [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | XMLRecordReader.java | 144 if (match(name)) { in string() 146 if (match("/" + name)) { in string() 155 if (match(name + "List")) { in stringArray() 164 if (match("/" + name + "List")) { in stringArray() 173 if (match(name + "Table")) { in stringTable() 179 if (match("/" + name + "Table")) { in stringTable() 186 private boolean match(String target) { in match() method in XMLRecordReader 188 // System.out.println("match '" + target + "'"); in match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | XMLRecordReader.java | 148 if (match(name)) { in string() 150 if (match("/" + name)) { in string() 159 if (match(name + "List")) { in stringArray() 168 if (match("/" + name + "List")) { in stringArray() 177 if (match(name + "Table")) { in stringTable() 183 if (match("/" + name + "Table")) { in stringTable() 190 private boolean match(String target) { in match() method in XMLRecordReader 192 // System.out.println("match '" + target + "'"); in match()
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
H A D | torque.vim | 18 syn match torqueLineComment "\/\/.*" contains=@Spell 27 syn match torqueConstant /\v<[A-Z][A-Z0-9_]+>/ 28 syn match torqueConstant /\v<k[A-Z][A-Za-z0-9]*>/ 34 syn match torqueNumber /\v<[0-9]+(\.[0-9]*)?>/ 35 syn match torqueNumber /\v<0x[0-9a-fA-F]+>/ 43 syn match torqueType /\v(\<)@<=([A-Za-z][0-9A-Za-z_]*)(>)@=/ 44 syn match torqueType /\v(:\s*(constexpr\s*)?)@<=([A-Za-z][0-9A-Za-z_]*)/
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_merger.py | 132 match = SANCOV_FILE_RE.match(f) 133 if match: 134 file_map.setdefault(match.group(1), []).append(f) 186 match = SANCOV_RESULTS_FILE_RE.match(f) 187 if match:
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_new_renderer.py | 126 return_value = prog.match(function_signature).group(1) 179 match = re.search(r'^(?:explicit )?(' + base_impl + r'\([^\)]*\))', clean_line) 180 if match: 181 constructor = match.group(1) 212 match = re.search(r'^class ' + base_impl + r' : public (\w+)', line) 213 if match: 214 return match.group(1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in convert() 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 123 { "pc", "2-way match (p/c)", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PC}, INT_MIN, INT_MAX, FLAGS, "mode" }, 124 { "pc_n", "2-way match + 3rd match on combed (p/c + u)", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PC_N}, INT_MIN, INT_MAX, FLAGS, "mode" }, 125 { "pc_u", "2-way match + 3rd match (same order) on combed (p/c + u)", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PC_U}, INT_MIN, INT_MAX, FLAGS, "mode" }, 126 { "pc_n_ub", "2-way match + 3rd match on combed + 4th/5th matches if still combed (p/c + u + u/b)", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PC_N_UB}, INT_MIN, INT_MAX, FLAGS, "mode" }, 127 { "pcn", "3-way match (p/c/n)", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PCN}, INT_MIN, INT_MAX, FLAGS, "mode" }, 128 { "pcn_ub", "3-way match + 4th/5th matches on combed (p/c/n + u/b)", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PCN_UB}, INT_MIN, INT_MAX, FLAGS, "mode" }, 130 { "field", "set the field to match fro 475 get_field_base(int match, int field) get_field_base() argument 480 select_frame(FieldMatchContext *fm, int match) select_frame() argument 622 create_weave_frame(AVFilterContext *ctx, int match, int field, const AVFrame *prv, AVFrame *src, const AVFrame *nxt, int input) create_weave_frame() argument 683 int order, field, i, match, sc = 0, ret = 0; filter_frame() local [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre.c | 630 _sre.SRE_Pattern.match 650 PyObject *match; in _sre_SRE_Pattern_match_impl() local 667 match = pattern_new_match(module_state, self, &state, status); in _sre_SRE_Pattern_match_impl() 669 return match; in _sre_SRE_Pattern_match_impl() 693 PyObject *match; in _sre_SRE_Pattern_fullmatch_impl() local 711 match = pattern_new_match(module_state, self, &state, status); in _sre_SRE_Pattern_fullmatch_impl() 713 return match; in _sre_SRE_Pattern_fullmatch_impl() 725 Scan through string looking for a match, and return a corresponding match object instance. 739 PyObject *match; in _sre_SRE_Pattern_search_impl() local 1062 PyObject* match; pattern_subx() local 2454 MatchObject* match; pattern_new_match() local 2586 PyObject* match; _sre_SRE_Scanner_match_impl() local 2636 PyObject* match; _sre_SRE_Scanner_search_impl() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_except_star.py | 212 sys_exception = match = rest = None 218 match = e 222 self.assertEqual(sys_exception, match) 223 self.assertExceptionIsLike(match, match_template) 229 sys_exception = match = rest = None 234 sys_exception = match = sys.exception() 240 self.assertExceptionIsLike(match, match_template) 1019 match, rest = None, None 1024 match = e 1027 return match, res [all...] |
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | file.c | 141 * contains up to the first 256 chars of the line, it's enough to match with. 261 * This performs the specialized wildcard that knows about cookie path match 277 * Cookie path match is special, if we lookup on a path like /my/path, in nsc_match() 278 * we must match on cookie paths for every dir level including /, so in nsc_match() 279 * match on /, /my, and /my/path. But we must not match on /m or in nsc_match() 280 * /my/pa etc. If we lookup on /, we must not match /my/path in nsc_match() 283 * it is an explicit match in nsc_match() 351 return 0; /* match */ in lws_cache_nscookiejar_tag_match() 391 * As we match th in nsc_line_to_tag() 421 lws_cache_match_t *match; /* current match if any */ global() member [all...] |
/kernel/linux/linux-5.10/drivers/soc/rockchip/ |
H A D | grf.c | 140 const struct of_device_id *match; in rockchip_grf_init() local 146 &match); in rockchip_grf_init() 149 if (!match || !match->data) { in rockchip_grf_init() 155 grf_info = match->data; in rockchip_grf_init()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | ci_hdrc_usb2.c | 54 const struct of_device_id *match; in ci_hdrc_usb2_probe() local 63 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe() 64 if (match && match->data) { in ci_hdrc_usb2_probe() 66 *ci_pdata = *(struct ci_hdrc_platform_data *)match->data; in ci_hdrc_usb2_probe()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | check-sysctl-docs | 107 match($0, /static struct ctl_path ([^][]+)/, tables) 113 match($0, /static struct ctl_table ([^][]+)/, tables) 125 match($0, /.procname[\t ]*=[\t ]*"([^"]+)"/, names) 136 match($0, /.procname[\t ]*=[\t ]*"([^"]+)"/, names) 150 match($0, /register_sysctl_table\(([^)]+)\)/, tables) 160 match($0, /register_sysctl_paths\(([^)]+), ([^)]+)\)/, tables)
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | ci_hdrc_usb2.c | 55 const struct of_device_id *match; in ci_hdrc_usb2_probe() local 64 match = of_match_device(ci_hdrc_usb2_of_match, &pdev->dev); in ci_hdrc_usb2_probe() 65 if (match && match->data) { in ci_hdrc_usb2_probe() 67 *ci_pdata = *(struct ci_hdrc_platform_data *)match->data; in ci_hdrc_usb2_probe()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | simple-pm-bus.c | 30 const struct of_device_id *match; in simple_pm_bus_probe() local 42 match = of_match_device(dev->driver->of_match_table, dev); in simple_pm_bus_probe() 46 * do anything more. We only match with the device if this driver is in simple_pm_bus_probe() 47 * the most specific match because we don't want to incorrectly bind to in simple_pm_bus_probe() 50 if (match && match->data) { in simple_pm_bus_probe() 51 if (of_property_match_string(np, "compatible", match->compatible) == 0) in simple_pm_bus_probe()
|
/third_party/cups-filters/filter/ |
H A D | pcl-common.c | 209 char match[255], /* Match string */ in pjl_write() local 210 *mptr; /* Pointer into match string */ in pjl_write() 267 * Get the match value... in pjl_write() 270 for (format ++, mptr = match; *format && *format != ':'; format ++) in pjl_write() 271 if (mptr < (match + sizeof(match) - 1)) in pjl_write() 278 * See if we have a match... in pjl_write() 284 if (!value || strcmp(match, value)) in pjl_write() 287 * Value doesn't match; skip the string that follows... in pjl_write()
|
/third_party/googletest/googlemock/scripts/ |
H A D | fuse_gmock_files.py | 146 m = INCLUDE_GMOCK_FILE_REGEX.match(line) 152 m = gtest.INCLUDE_GTEST_FILE_REGEX.match(line) 188 m = INCLUDE_GMOCK_FILE_REGEX.match(line) 201 m = gtest.INCLUDE_GTEST_FILE_REGEX.match(line) 209 m = gtest.INCLUDE_SRC_FILE_REGEX.match(line)
|