Home
last modified time | relevance | path

Searched defs:pat (Results 26 - 50 of 157) sorted by relevance

1234567

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java68 private void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() argument
72 private void expectPad(DecimalFormat fmt, String pat, in expectPad() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DBigNumberFormatTest.java71 private void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() argument
75 private void expectPad(DecimalFormat fmt, String pat, in expectPad() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dselfmt.cpp46 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() argument
H A Dregexcmp.cpp110 compile( const UnicodeString &pat, UParseError &pp, UErrorCode &e) compile() argument
129 compile( UText *pat, UParseError &pp, UErrorCode &e) compile() argument
H A Dcpdtrans.cpp407 UnicodeString pat; in toRules() local
H A Drepattrn.cpp530 RegexPattern *pat = NULL; in matches() local
554 RegexPattern *pat = NULL; in matches() local
/third_party/icu/icu4c/source/common/
H A Dutil.cpp243 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, in parsePattern() argument
429 UnicodeString pat; in appendToRule() local
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Duniset.h313 char16_t *pat = nullptr; member in U_FINAL
/third_party/musl/src/regex/
H A Dfnmatch.c49 static int pat_next(const char *pat, size_t m, size_t *step, int flags) in pat_next() argument
163 fnmatch_internal(const char *pat, size_t m, const char *str, size_t n, int flags) fnmatch_internal() argument
298 fnmatch(const char *pat, const char *str, int flags) fnmatch() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_router.cc68 auto pat = make_string_ref(balloc_, StringRef{pattern, patlen}); in add_node() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h313 char16_t *pat = nullptr; member in final
/third_party/node/deps/icu-small/source/common/
H A Dutil.cpp243 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, in parsePattern() argument
429 UnicodeString pat; in appendToRule() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dselfmt.cpp46 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-riscv.c54 const char *pat = basic_sets[i].pattern; in parse_march_riscv() local
67 const char *pat = extensions[i].pattern; in parse_march_riscv() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dselfmt.cpp46 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h307 char16_t *pat = nullptr; member in U_FINAL
/third_party/skia/third_party/externals/icu/source/common/
H A Dutil.cpp229 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, in parsePattern() argument
415 UnicodeString pat; in appendToRule() local
[all...]
/third_party/rust/crates/syn/src/
H A Dstmt.rs269 let mut pat = Pat::parse_single(input)?; in stmt_local() variables
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java44 private static final Pattern pat = Pattern.compile("[0-9a-fA-F]{4,6}(-[0-9a-fA-F]{4,6})*"); field in KeyTypeData.CodepointsTypeHandler
52 private static final Pattern pat = Pattern.compile("[a-zA-Z]{3,8}(-[a-zA-Z]{3,8})*"); field in KeyTypeData.ReorderCodeTypeHandler
60 private static final Pattern pat = Pattern.compile("([a-zA-Z]{2}|[0-9]{3})[zZ]{4}"); field in KeyTypeData.RgKeyValueTypeHandler
68 private static final Pattern pat = Pattern.compile("[a-zA-Z]{4}(-[a-zA-Z]{4})*"); field in KeyTypeData.ScriptCodeTypeHandler
76 private static final Pattern pat = Pattern.compile("([a-zA-Z]{2}|[0-9]{3})"); field in KeyTypeData.SubdivisionKeyValueTypeHandler
84 private static final Pattern pat = Pattern.compile("[a-zA-Z0-9]{3,8}(-[a-zA-Z0-9]{3,8})*"); global() field in KeyTypeData.PrivateUseKeyValueTypeHandler
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c164 UChar *str, *pat; in tryPat994() local
H A Dusettest.c313 char *pat; in expectContainment() local
415 char *pat; expectItems() local
602 USet *pat; TestBadPattern() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DKeyTypeData.java49 private static final Pattern pat = Pattern.compile("[0-9a-fA-F]{4,6}(-[0-9a-fA-F]{4,6})*"); field in KeyTypeData.CodepointsTypeHandler
57 private static final Pattern pat = Pattern.compile("[a-zA-Z]{3,8}(-[a-zA-Z]{3,8})*"); field in KeyTypeData.ReorderCodeTypeHandler
65 private static final Pattern pat = Pattern.compile("([a-zA-Z]{2}|[0-9]{3})[zZ]{4}"); field in KeyTypeData.RgKeyValueTypeHandler
73 private static final Pattern pat = Pattern.compile("([a-zA-Z]{2}|[0-9]{3})"); field in KeyTypeData.SubdivisionKeyValueTypeHandler
81 private static final Pattern pat = Pattern.compile("[a-zA-Z0-9]{3,8}(-[a-zA-Z0-9]{3,8})*"); field in KeyTypeData.PrivateUseKeyValueTypeHandler
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java78 Pattern pat; field in GatherAPIData
H A DGatherAPIDataOld.java77 Pattern pat; field in GatherAPIDataOld
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c339 uint8_t *pat; in lws_fi_deserialize() local

Completed in 23 milliseconds

1234567