Home
last modified time | relevance | path

Searched defs:pattern (Results 251 - 275 of 635) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dudatpg.cpp87 udatpg_getSkeleton(UDateTimePatternGenerator * , const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) udatpg_getSkeleton() argument
105 udatpg_getBaseSkeleton(UDateTimePatternGenerator * , const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) udatpg_getBaseSkeleton() argument
123 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) udatpg_addPattern() argument
238 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypes() argument
249 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypesWithOptions() argument
[all...]
H A Dulocdata.cpp282 const UChar *pattern = NULL; in ulocdata_getLocaleDisplayPattern() local
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A Dugrep.cpp43 const char *pattern = NULL; // The regular expression variable
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp121 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() argument
129 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() argument
137 static const char* get_string(FcPattern* pattern, const char object[], const char* missing = "") { in get_string() argument
145 static const FcMatrix* get_matrix(FcPattern* pattern, const char object[]) { in get_matrix() argument
168 static SkWeakReturn is_weak(FcPattern* pattern, cons argument
236 remove_weak(FcPattern* pattern, const char object[]) remove_weak() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dsimpleformatter.cpp63 applyPatternMinMaxArguments( const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode) applyPatternMinMaxArguments() argument
/third_party/toybox/toys/pending/
H A Dexpr.c106 static void re(char *target, char *pattern, struct value *ret) in re() argument
/third_party/python/Modules/_sre/
H A Dsre.h33 PyObject* pattern; /* pattern source (or None) */ member
48 PatternObject* pattern; /* link to the regex (pattern) object */ member
57 const SRE_CODE* pattern; /* points to REPEAT operator arguments */ member
90 PyObject* pattern; member
/third_party/skia/gm/
H A Ddashcircle.cpp30 int* pattern; member
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c275 const char *pattern = "."; in test_flags() local
537 const char *pattern = "^[a-z]+.*$"; in test_escape() local
/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs262 mod pattern; modules
/third_party/spirv-tools/source/
H A Doperand.cpp276 spvPushOperandTypes(const spv_operand_type_t* types, spv_operand_pattern_t* pattern) spvPushOperandTypes() argument
287 spvPushOperandTypesForMask(spv_target_env env, const spv_operand_table operandTable, const spv_operand_type_t type, const uint32_t mask, spv_operand_pattern_t* pattern) spvPushOperandTypesForMask() argument
423 spvExpandOperandSequenceOnce(spv_operand_type_t type, spv_operand_pattern_t* pattern) spvExpandOperandSequenceOnce() argument
453 spvTakeFirstMatchableOperand( spv_operand_pattern_t* pattern) spvTakeFirstMatchableOperand() argument
464 spvAlternatePatternFollowingImmediate( const spv_operand_pattern_t& pattern) spvAlternatePatternFollowingImmediate() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp514 const deInt32 pattern[] = { 2, 0, 1, 3 }; in addGraphicsOutputComponentIndexingTests() local
/third_party/elfutils/libasm/
H A DlibasmP.h127 } *pattern; member
/third_party/ffmpeg/libavformat/
H A Dnetwork.c527 static int match_host_pattern(const char *pattern, const char *hostname) in match_host_pattern() argument
[all...]
/third_party/curl/src/
H A Dtool_urlglob.c100 char *pattern = *patternp; in glob_set() local
197 char *pattern = *patternp; glob_range() local
373 glob_parse(struct URLGlob *glob, char *pattern, size_t pos, curl_off_t *amount) glob_parse() argument
[all...]
/third_party/backends/backend/
H A Dhp3900_debug.c618 dbg_autoref (struct st_scanparams *scancfg, SANE_Byte * pattern, in dbg_autoref() argument
/third_party/cups-filters/filter/
H A Dtexttopdf.c48 FcPattern *pattern; in font_load() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringParser.java48 public static DecimalFormatProperties parseToProperties(String pattern, in argument
54 parseToProperties(String pattern) parseToProperties() argument
73 parseToExistingProperties( String pattern, DecimalFormatProperties properties, int ignoreRounding) parseToExistingProperties() argument
80 parseToExistingProperties(String pattern, DecimalFormatProperties properties) parseToExistingProperties() argument
88 public String pattern; global() field in PatternStringParser.ParsedPatternInfo
92 ParsedPatternInfo(String pattern) ParsedPatternInfo() argument
218 final String pattern; global() field in PatternStringParser.ParserState
221 ParserState(String pattern) ParserState() argument
569 parseToExistingPropertiesImpl( String pattern, DecimalFormatProperties properties, int ignoreRounding) parseToExistingPropertiesImpl() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePatternUtil.java56 public static MessageNode buildMessageNode(MessagePattern pattern) { in buildMessageNode() argument
460 buildMessageNode(MessagePattern pattern, int start, int limit) buildMessageNode() argument
489 buildArgNode(MessagePattern pattern, int start, int limit) buildArgNode() argument
531 buildChoiceStyleNode(MessagePattern pattern, int start, int limit) buildChoiceStyleNode() argument
550 buildPluralStyleNode(MessagePattern pattern, int start, int limit, MessagePattern.ArgType argType) buildPluralStyleNode() argument
579 buildSelectStyleNode(MessagePattern pattern, int start, int limit) buildSelectStyleNode() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java286 Pattern pattern; field in XCldrStub.Splitter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModel.java683 private final Pattern pattern; field in Mf2DataModel
782 private Pattern pattern = Pattern.builder().build(); field in Mf2DataModel.Builder
853 public Builder setPattern(Pattern pattern) { in setPattern() argument
H A DMf2Serializer.java350 private final Pattern pattern; field in Mf2Serializer.Variant
376 private Pattern pattern = Pattern.builder().build(); field in Mf2Serializer.Variant.Builder
392 public Builder setPattern(Pattern pattern) { in setPattern() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp81 UnicodeString pattern [] = { in Test4074764() local
489 UnicodeString pattern = patterns[i]; Test4116444() local
[all...]
H A Dplurfmts.cpp626 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); ordinalFormatTest() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c283 UChar pattern[100], expected[100]; in TestSampleMessageFormat() local
383 UChar pattern[100]; TestNewFormatAndParseAPI() local
485 UChar pattern[100]; TestSampleFormatAndParseWithError() local
585 UChar pattern[100]; TestSampleFormatAndParse() local
684 UChar pattern[100]; TestMsgFormatSelect() local
754 UChar pattern[100]; TestMsgFormatChoice() local
844 UChar pattern[100]; TestParseMessage() local
944 CallParseMessage(const char* locale, UChar* pattern, int32_t patternLength, UChar* source, int32_t sourceLength, UErrorCode *status, ...) CallParseMessage() argument
956 UChar pattern[100]; TestParseMessageWithValist() local
999 UChar pattern[256]; TestJ904() local
1041 UChar pattern[256]; OpenMessageFormatTest() local
1119 UChar pattern[sizeof(patChars)]; MessageLength() local
[all...]

Completed in 23 milliseconds

1...<<11121314151617181920>>...26