Home
last modified time | relevance | path

Searched defs:pat (Results 51 - 75 of 147) sorted by relevance

123456

/third_party/rust/crates/syn/src/
H A Dlib.rs455 mod pat; modules
H A Dpat.rs372 let mut pat = Pat::parse_single(input)?; multi_pat_impl() variables
[all...]
/third_party/curl/src/
H A Dtool_urlglob.c42 struct URLPattern *pat = &glob->pattern[glob->size]; in glob_fixed() local
97 struct URLPattern *pat; glob_set() local
195 struct URLPattern *pat; glob_range() local
532 struct URLPattern *pat; glob_next_url() local
644 struct URLPattern *pat = NULL; glob_match_url() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp540 UnicodeString pat; in Test4114739() local
570 UnicodeString pat; in Test4113018() local
593 UnicodeString pat; in Test4106661() local
650 UnicodeString pat; Test4094906() local
717 UnicodeString pat; Test4118592() local
749 UnicodeString pat; Test4118594() local
839 UnicodeString pat; Test4120552() local
867 UnicodeString pat = CharsToUnicodeString("''Vous'' {0,choice,0#n''|1#}avez s\\\\u00E9lectionn\\\\u00E9 " Test4142938() local
949 UnicodeString pat; TestChoicePatternQuote() local
[all...]
H A Ddtfmtrtts.cpp281 UnicodeString pat; in test() local
[all...]
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c434 const UChar *pat = (useLongNames ? sLongPat : sShortPat); in print_month() local
551 const UChar pat [] = { 0x0079, 0x0079, 0x0079, 0x0079 }; in print_year() local
/third_party/icu/icu4c/source/i18n/
H A Dplurfmt.cpp84 PluralFormat::PluralFormat(const UnicodeString& pat, in PluralFormat() argument
94 PluralFormat(const Locale& loc, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
105 PluralFormat(const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
116 PluralFormat(const Locale& loc, const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
128 PluralFormat(const Locale& loc, UPluralType type, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
[all...]
H A Dislamcal.cpp41 static void debug_islamcal_msg(const char *pat, ...) in debug_islamcal_msg() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dislamcal.cpp41 static void debug_islamcal_msg(const char *pat, ...) in debug_islamcal_msg() argument
H A Dplurfmt.cpp84 PluralFormat::PluralFormat(const UnicodeString& pat, in PluralFormat() argument
94 PluralFormat(const Locale& loc, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
105 PluralFormat(const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
116 PluralFormat(const Locale& loc, const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
128 PluralFormat(const Locale& loc, UPluralType type, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-win.c190 static int pat = 6; /* must be less than num_bgpat */ variable
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dislamcal.cpp41 static void debug_islamcal_msg(const char *pat, ...) in debug_islamcal_msg() argument
H A Dplurfmt.cpp84 PluralFormat::PluralFormat(const UnicodeString& pat, in PluralFormat() argument
94 PluralFormat(const Locale& loc, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
105 PluralFormat(const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
116 PluralFormat(const Locale& loc, const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
128 PluralFormat(const Locale& loc, UPluralType type, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c434 const UChar *pat = (useLongNames ? sLongPat : sShortPat); in print_month() local
551 const UChar pat [] = { 0x0079, 0x0079, 0x0079, 0x0079 }; in print_year() local
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c285 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() argument
/third_party/toybox/toys/posix/
H A Dls.c295 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() argument
/third_party/benchmark/test/
H A Doutput_test_helper.cc450 int SubstrCnt(const std::string& haystack, const std::string& pat) { in SubstrCnt() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java441 private synchronized String formatPattern(Pattern pat, String... args) { in formatPattern() argument
H A DUtility.java1280 public static int parsePattern(String pat, in parsePattern() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c57 UChar *pat=NULL; in Test4029195() local
137 UChar pat[10]; in Test4056591() local
249 UChar *pat=NULL; aux917() local
[all...]
H A Dcnmdptst.c71 const char* pat[] = { "#.#", "#.", ".#", "#" }; in TestPatterns() local
127 UChar pat[15]; in TestQuotes() local
207 static const char* pat[] = { "0.####E0", "00.000E00", "##0.######E000", "0.###E0;[0.###E0]" }; TestExponential() local
348 UChar *pat=NULL; TestCurrencySign() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java445 private synchronized String formatPattern(Pattern pat, String... args) { in formatPattern() argument
H A DUtility.java1215 public static int parsePattern(String pat, in parsePattern() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java1583 public void tryPat994(SimpleDateFormat format, String pat, String str, Date expected) { in tryPat994() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java1667 public void tryPat994(SimpleDateFormat format, String pat, String str, Date expected) { in tryPat994() argument
[all...]

Completed in 39 milliseconds

123456