Searched refs:overlap1 (Results 1 – 8 of 8) sorted by relevance
66 int overlap1 = segment.getCommonPrefixLength(fExponentSeparatorString); in match() local67 if (overlap1 == fExponentSeparatorString.length()) { in match()71 if (segment.length() == overlap1) { in match()74 segment.adjustOffset(overlap1); in match()88 segment.adjustOffset(-overlap1); in match()98 segment.adjustOffset(-overlap1); in match()116 segment.adjustOffset(-overlap1); in match()120 } else if (overlap1 == segment.length()) { in match()
98 int32_t overlap1; in matchCurrency() local100 overlap1 = segment.getCaseSensitivePrefixLength(fCurrency1); in matchCurrency()102 overlap1 = -1; in matchCurrency()104 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()105 if (overlap1 == fCurrency1.length()) { in matchCurrency()107 segment.adjustOffset(overlap1); in matchCurrency()
99 int32_t overlap1; in matchCurrency() local101 overlap1 = segment.getCaseSensitivePrefixLength(fCurrency1); in matchCurrency()103 overlap1 = -1; in matchCurrency()105 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()106 if (overlap1 == fCurrency1.length()) { in matchCurrency()108 segment.adjustOffset(overlap1); in matchCurrency()
135 int overlap1; in matchCurrency() local137 overlap1 = segment.getCaseSensitivePrefixLength(currency1); in matchCurrency()139 overlap1 = -1; in matchCurrency()141 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()142 if (overlap1 == currency1.length()) { in matchCurrency()144 segment.adjustOffset(overlap1); in matchCurrency()
133 int overlap1; in matchCurrency() local135 overlap1 = segment.getCaseSensitivePrefixLength(currency1); in matchCurrency()137 overlap1 = -1; in matchCurrency()139 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()140 if (overlap1 == currency1.length()) { in matchCurrency()142 segment.adjustOffset(overlap1); in matchCurrency()
336 bhi L(overlap1) /* C=1, Z=0 => src2[1:0] = 0b11. */414 L(overlap1):426 b L(overlap1)