Home
last modified time | relevance | path

Searched refs:endRange (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetIterator.java116 range = endRange; in skipToStrings()
147 if (range < endRange) { in next()
193 if (range < endRange) { in nextRange()
231 endRange = set.getRangeCount() - 1; in reset()
235 if (endRange >= 0) { in reset()
259 private int endRange = 0; field in UnicodeSetIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSetIterator.java115 if (range < endRange) { in next()
160 if (range < endRange) { in nextRange()
196 endRange = set.getRangeCount() - 1; in reset()
200 if (endRange >= 0) { in reset()
223 private int endRange = 0; field in UnicodeSetIterator
/third_party/icu/icu4c/source/common/
H A Dusetiter.cpp55 if (range < endRange) { in next()
87 if (range < endRange) { in nextRange()
115 endRange = -1; in reset()
118 endRange = set->getRangeCount() - 1; in reset()
124 if (endRange >= 0) { in reset()
/third_party/node/deps/icu-small/source/common/
H A Dusetiter.cpp55 if (range < endRange) { in next()
87 if (range < endRange) { in nextRange()
115 endRange = -1; in reset()
118 endRange = set->getRangeCount() - 1; in reset()
124 if (endRange >= 0) { in reset()
/third_party/skia/third_party/externals/icu/source/common/
H A Dusetiter.cpp55 if (range < endRange) { in next()
87 if (range < endRange) { in nextRange()
115 endRange = -1; in reset()
118 endRange = set->getRangeCount() - 1; in reset()
124 if (endRange >= 0) { in reset()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMapIterator.java129 while (range < endRange) { in next()
172 while (range < endRange) { in nextRange()
207 endRange = map.getRangeCount() - 1; in reset()
237 private int endRange = 0; field in UnicodeMapIterator
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java126 while (range < endRange) { in next()
169 while (range < endRange) { in nextRange()
204 endRange = map.getRangeCount() - 1; in reset()
234 private int endRange = 0; field in UnicodeMapIterator
/third_party/icu/icu4c/source/common/unicode/
H A Dusetiter.h178 range = endRange; in skipToStrings()
270 int32_t endRange; member in U_FINAL
/third_party/node/deps/icu-small/source/common/unicode/
H A Dusetiter.h178 range = endRange; in skipToStrings()
270 int32_t endRange; member in final
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dusetiter.h261 int32_t endRange; member in UnicodeSetIterator
/third_party/icu/icu4c/source/i18n/
H A Dregion.cpp124 UChar endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData() local
126 while (U_SUCCESS(status) && buf[rangeMarkerLocation-1] <= endRange) { in loadRegionData()
143 UChar endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData() local
145 while ( buf[rangeMarkerLocation-1] <= endRange && U_SUCCESS(status)) { in loadRegionData()
/third_party/node/deps/icu-small/source/i18n/
H A Dregion.cpp124 char16_t endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData() local
126 while (U_SUCCESS(status) && buf[rangeMarkerLocation-1] <= endRange) { in loadRegionData()
143 char16_t endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData() local
145 while ( buf[rangeMarkerLocation-1] <= endRange && U_SUCCESS(status)) { in loadRegionData()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregion.cpp127 UChar endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData() local
129 while ( buf[rangeMarkerLocation-1] <= endRange ) { in loadRegionData()
146 UChar endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData() local
148 while ( buf[rangeMarkerLocation-1] <= endRange ) { in loadRegionData()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRegion.java202 char endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData()
205 while ( lastChar <= endRange ) { in loadRegionData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRegion.java196 char endRange = regionName.charAt(rangeMarkerLocation+1); in loadRegionData()
199 while ( lastChar <= endRange ) { in loadRegionData()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 11 milliseconds