Lines Matching defs:match
55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const {
66 // First match the scientific separator, and then match another number after it.
71 // Full exponent separator match.
82 fIgnorablesMatcher.match(segment, result, status);
88 // Allow a sign, and then try to match digits.
98 // Partial custom sign match
107 // Partial custom sign match
123 fIgnorablesMatcher.match(segment, result, status);
133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status);
146 // Partial exponent separator match
150 // No match