/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 111 const UnicodeString &pat, // Source pat to be compiled. in compile() 115 fRXPat->fPatternString = new UnicodeString(pat); in compile() 130 UText *pat, // Source pat to be compiled. in compile() 147 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, false, true, fStatus); in compile() 153 fPatternLength = utext_nativeLength(pat); in compile() 110 compile( const UnicodeString &pat, UParseError &pp, UErrorCode &e) compile() argument 129 compile( UText *pat, UParseError &pp, UErrorCode &e) compile() argument
|
H A D | msgfmt.cpp | 1557 const UChar* pat = pattern.getBuffer(); in autoQuoteApostrophe() local 1563 int32_t len = umsg_autoQuoteApostrophe(pat, plen, buf, blen, &status); in autoQuoteApostrophe()
|
H A D | dtptngen.cpp | 2850 PtnElem::PtnElem(const UnicodeString &basePat, const UnicodeString &pat) : in PtnElem() argument 2851 basePattern(basePat), skeleton(nullptr), pattern(pat), next(nullptr) in PtnElem()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 111 const UnicodeString &pat, // Source pat to be compiled. in compile() 115 fRXPat->fPatternString = new UnicodeString(pat); in compile() 130 UText *pat, // Source pat to be compiled. in compile() 147 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, false, true, fStatus); in compile() 153 fPatternLength = utext_nativeLength(pat); in compile() 110 compile( const UnicodeString &pat, UParseError &pp, UErrorCode &e) compile() argument 129 compile( UText *pat, UParseError &pp, UErrorCode &e) compile() argument
|
H A D | msgfmt.cpp | 1558 const char16_t* pat = pattern.getBuffer(); in autoQuoteApostrophe() local 1564 int32_t len = umsg_autoQuoteApostrophe(pat, plen, buf, blen, &status); in autoQuoteApostrophe()
|
H A D | dtptngen.cpp | 2842 PtnElem::PtnElem(const UnicodeString &basePat, const UnicodeString &pat) : in PtnElem() argument 2843 basePattern(basePat), skeleton(nullptr), pattern(pat), next(nullptr) in PtnElem()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexcmp.cpp | 111 const UnicodeString &pat, // Source pat to be compiled. in compile() 115 fRXPat->fPatternString = new UnicodeString(pat); in compile() 130 UText *pat, // Source pat to be compiled. in compile() 147 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus); in compile() 153 fPatternLength = utext_nativeLength(pat); in compile() 110 compile( const UnicodeString &pat, UParseError &pp, UErrorCode &e) compile() argument 129 compile( UText *pat, UParseError &pp, UErrorCode &e) compile() argument
|
H A D | msgfmt.cpp | 1555 const UChar* pat = pattern.getBuffer(); in autoQuoteApostrophe() local 1561 int32_t len = umsg_autoQuoteApostrophe(pat, plen, buf, blen, &status); in autoQuoteApostrophe()
|
H A D | dtptngen.cpp | 2763 PtnElem::PtnElem(const UnicodeString &basePat, const UnicodeString &pat) : 2764 basePattern(basePat), skeleton(nullptr), pattern(pat), next(nullptr)
|
/third_party/python/Lib/test/ |
H A D | test_logging.py | 163 def assert_log_lines(self, expected_values, stream=None, pat=None): 168 pat = re.compile(pat or self.expected_log_pat) 172 match = pat.search(actual) 3376 ], pat=r"^[\w.]+ -> (\w+): (\d+)$") 3395 ], pat=r"^[\w.]+ -> (\w+): (\d+)$") 3413 ], pat=r"^[\w.]+ -> (\w+): (\d+)$")
|
/third_party/FatFs/source/ |
H A D | ff.h | 325 const TCHAR* pat; /* Pointer to the name matching pattern */ member
|
H A D | ff.c | 2295 const TCHAR* pat, /* Matching pattern */ in pattern_match() 2311 if (*pat == 0 && skip) return 1; /* Matched? (short circuit) */ in pattern_match() 2314 pptr = pat; nptr = nam; /* Top of pattern and name to match */ in pattern_match() 4345 if (pattern_match(dp->pat, fno->fname, 0, FIND_RECURS)) break; /* Test for the file name */ in f_findnext() 4347 if (pattern_match(dp->pat, fno->altname, 0, FIND_RECURS)) break; /* Test for alternative name if exist */ in f_findnext() 4369 dp->pat = pattern; /* Save pointer to pattern string */ in f_findfirst() 2294 pattern_match( const TCHAR* pat, const TCHAR* nam, UINT skip, UINT recur ) pattern_match() argument
|
/third_party/tzdata/ |
H A D | Makefile | 887 patfmt=' \t|[\f\r\v]' && pat=`printf "$$patfmt\\n"` && \ 888 ! grep -En "$$pat|[$s]\$$" \
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 83 ($value:expr, $pattern:pat => $result:expr) => {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 4906 * @pat: packet pattern support information 4914 struct nl80211_pattern_support pat; member
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4269 char *strendzap (char *str, const char *pat); 4768 strendzap (char *str, const char *pat) 4773 assert (pat != NULL); 4776 patlen = strlen (pat); 4781 if (strcmp (str, pat) == 0)
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 4289 char *strendzap (char *str, const char *pat); 4788 strendzap (char *str, const char *pat) 4793 assert (pat != NULL); 4796 patlen = strlen (pat); 4801 if (strcmp (str, pat) == 0)
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 211 String pat = enGen.getBestPattern(testSkeleton); in TestSimple() 212 enFormat.applyPattern(pat); in TestSimple() 1460 // pat fieldLengths generated pattern must in TestAllFieldPatterns() 1559 final String pat = "yMdHms"; in TestJavaLocale() 1560 String patUloc = genUloc.getBestPattern(pat); in TestJavaLocale() 1561 String patLoc = genLoc.getBestPattern(pat); in TestJavaLocale()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 1156 enum util_fill_pattern pat, struct bo **out_bo, unsigned int *out_fb_id) in bo_fb_create() 1162 bo = bo_create(fd, fourcc, w, h, handles, pitches, offsets, pat); in bo_fb_create() 1155 bo_fb_create(int fd, unsigned int fourcc, const uint32_t w, const uint32_t h, enum util_fill_pattern pat, struct bo **out_bo, unsigned int *out_fb_id) bo_fb_create() argument
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 1158 for fn, pat in zip(deduped_files, files): 1159 self.assertIn(pat, fn)
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 11100 bool glob_match(const char *str, const char *pat) argument 11102 while (*str && *pat && *pat != '*') { 11103 if (*pat == '?') { /* Matches any single character */ 11105 pat++; 11108 if (*str != *pat) 11111 pat++; 11114 if (*pat == '*') { 11115 while (*pat == '*') 11116 pat [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 1159 iris_emit_cmd(batch, GENX(3DSTATE_SAMPLE_PATTERN), pat) { in iris_init_render_context() 1160 INTEL_SAMPLE_POS_1X(pat._1xSample); in iris_init_render_context() 1161 INTEL_SAMPLE_POS_2X(pat._2xSample); in iris_init_render_context() 1162 INTEL_SAMPLE_POS_4X(pat._4xSample); in iris_init_render_context() 1163 INTEL_SAMPLE_POS_8X(pat._8xSample); in iris_init_render_context() 1165 INTEL_SAMPLE_POS_16X(pat._16xSample); in iris_init_render_context()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
H A D | SearchTest.java | 428 SD("blackbirds Pat p\u00E9ch\u00E9 p\u00EAche p\u00E9cher p\u00EAcher Tod T\u00F6ne black Tofu blackbirds Ton PAT toehold blackbird black-bird pat toe big Toe", 482 SD("blackbirds Pat p\u00E9ch\u00E9 p\u00EAche p\u00E9cher p\u00EAcher Tod T\u00F6ne black Tofu blackbirds Ton PAT toehold blackbird black-bird pat toe big Toe", 2113 PatternAndOffsets(String pat, int[] offs) { in TestUsingSearchCollator() 2114 pattern = pat; in TestUsingSearchCollator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
H A D | SearchTest.java | 431 SD("blackbirds Pat p\u00E9ch\u00E9 p\u00EAche p\u00E9cher p\u00EAcher Tod T\u00F6ne black Tofu blackbirds Ton PAT toehold blackbird black-bird pat toe big Toe", 485 SD("blackbirds Pat p\u00E9ch\u00E9 p\u00EAche p\u00E9cher p\u00EAcher Tod T\u00F6ne black Tofu blackbirds Ton PAT toehold blackbird black-bird pat toe big Toe", 2116 PatternAndOffsets(String pat, int[] offs) { in TestUsingSearchCollator() 2117 pattern = pat; in TestUsingSearchCollator()
|
/third_party/python/Lib/ |
H A D | inspect.py | 1111 pat = re.compile(r'^(\s*def\s)|(\s*async\s+def\s)|(.*(?<!\w)lambda(:|\s))|^(\s*@)') 1117 if pat.match(line):
|