| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | udatpg.cpp | 87 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 D | ulocdata.cpp | 282 const UChar *pattern = NULL; in ulocdata_getLocaleDisplayPattern() local
|
| /third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
| H A D | ugrep.cpp | 43 const char *pattern = NULL; // The regular expression variable [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_fontconfig.cpp | 121 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 D | simpleformatter.cpp | 63 applyPatternMinMaxArguments( const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode) applyPatternMinMaxArguments() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | expr.c | 106 static void re(char *target, char *pattern, struct value *ret) in re() argument
|
| /third_party/python/Modules/_sre/ |
| H A D | sre.h | 33 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 D | dashcircle.cpp | 30 int* pattern; member
|
| /third_party/rust/crates/regex/regex-capi/ctest/ |
| H A D | test.c | 275 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 D | lib.rs | 262 mod pattern; modules
|
| /third_party/spirv-tools/source/ |
| H A D | operand.cpp | 276 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 D | vktSpvAsmIndexingTests.cpp | 514 const deInt32 pattern[] = { 2, 0, 1, 3 }; in addGraphicsOutputComponentIndexingTests() local
|
| /third_party/elfutils/libasm/ |
| H A D | libasmP.h | 127 } *pattern; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | network.c | 527 static int match_host_pattern(const char *pattern, const char *hostname) in match_host_pattern() argument [all...] |
| /third_party/curl/src/ |
| H A D | tool_urlglob.c | 100 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 D | hp3900_debug.c | 618 dbg_autoref (struct st_scanparams *scancfg, SANE_Byte * pattern, in dbg_autoref() argument
|
| /third_party/cups-filters/filter/ |
| H A D | texttopdf.c | 48 FcPattern *pattern; in font_load() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| H A D | PatternStringParser.java | 48 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 D | MessagePatternUtil.java | 56 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 D | XCldrStub.java | 286 Pattern pattern; field in XCldrStub.Splitter
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
| H A D | Mf2DataModel.java | 683 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 D | Mf2Serializer.java | 350 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 D | msfmrgts.cpp | 81 UnicodeString pattern [] = { in Test4074764() local 489 UnicodeString pattern = patterns[i]; Test4116444() local [all...] |
| H A D | plurfmts.cpp | 626 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); ordinalFormatTest() local [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cmsgtst.c | 283 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...] |