Searched refs:longestFullMatch (Results 1 – 3 of 3) sorted by relevance
156 int32_t longestFullMatch = 0; in matchCurrency() local160 if (overlap == name.length() && name.length() > longestFullMatch) { in matchCurrency()161 longestFullMatch = name.length(); in matchCurrency()165 if (longestFullMatch > 0) { in matchCurrency()167 segment.adjustOffset(longestFullMatch); in matchCurrency()
183 int longestFullMatch = 0; in matchCurrency() local190 if (overlap == name.length() && name.length() > longestFullMatch) { in matchCurrency()191 longestFullMatch = name.length(); in matchCurrency()195 if (longestFullMatch > 0) { in matchCurrency()197 segment.adjustOffset(longestFullMatch); in matchCurrency()
181 int longestFullMatch = 0; in matchCurrency() local188 if (overlap == name.length() && name.length() > longestFullMatch) { in matchCurrency()189 longestFullMatch = name.length(); in matchCurrency()193 if (longestFullMatch > 0) { in matchCurrency()195 segment.adjustOffset(longestFullMatch); in matchCurrency()