Home
last modified time | relevance | path

Searched refs:overlap1 (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_scientific.cpp66 int overlap1 = segment.getCommonPrefixLength(fExponentSeparatorString); in match() local
67 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()
Dnumparse_currency.cpp98 int32_t overlap1; in matchCurrency() local
100 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()
/third_party/icu/icu4c/source/i18n/
Dnumparse_currency.cpp99 int32_t overlap1; in matchCurrency() local
101 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_currency.cpp99 int32_t overlap1; in matchCurrency() local
101 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()
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_currency.cpp99 int32_t overlap1; in matchCurrency() local
101 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DCombinedCurrencyMatcher.java135 int overlap1; in matchCurrency() local
137 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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java133 int overlap1; in matchCurrency() local
135 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()
/third_party/optimized-routines/string/arm/
Dstrcmp.S336 bhi L(overlap1) /* C=1, Z=0 => src2[1:0] = 0b11. */
414 L(overlap1):
426 b L(overlap1)