Searched refs:base_pattern (Results 1 – 3 of 3) sorted by relevance
76 const char* base_pattern = (type == k12HourClock ? "ahm" : "Hm"); in TimeFormatTimeOfDayWithHourClockType() local78 generator->getBestPattern(icu::UnicodeString(base_pattern), status); in TimeFormatTimeOfDayWithHourClockType()
780 const std::string base_pattern(mime_type_pattern.substr(0, semicolon)); in MatchesMimeType() local784 if (base_pattern == "*" || base_pattern == "*/*") in MatchesMimeType()787 const std::string::size_type star = base_pattern.find('*'); in MatchesMimeType()789 if (base_pattern == base_type) in MatchesMimeType()796 if (base_type.length() < base_pattern.length() - 1) in MatchesMimeType()799 const std::string left(base_pattern.substr(0, star)); in MatchesMimeType()800 const std::string right(base_pattern.substr(star + 1)); in MatchesMimeType()
794 base_pattern = '"[^"]*google\.com[^"]*"'795 comment_pattern = input_api.re.compile('//.*%s' % base_pattern)796 pattern = input_api.re.compile(base_pattern)1400 base_pattern = r'IPC_ENUM_TRAITS\('1401 inclusion_pattern = input_api.re.compile(r'(%s)' % base_pattern)1402 comment_pattern = input_api.re.compile(r'//.*(%s)' % base_pattern)