Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java58 private UnicodeSet spanSet; field in UnicodeSetStringSpan
89 spanSet = new UnicodeSet(0, 0x10ffff); in UnicodeSetStringSpan()
97 spanSet.retainAll(set); in UnicodeSetStringSpan()
101 spanNotSet = spanSet; in UnicodeSetStringSpan()
120 spanLength = spanSet.span(string, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
136 spanSet.freeze(); in UnicodeSetStringSpan()
164 spanLength = spanSet.span(string, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
173 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
216 spanSet = otherStringSpan.spanSet; in UnicodeSetStringSpan()
221 if (Utility.sameObjects(otherStringSpan.spanNotSet, otherStringSpan.spanSet)) { in UnicodeSetStringSpan()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java54 private UnicodeSet spanSet; field in UnicodeSetStringSpan
85 spanSet = new UnicodeSet(0, 0x10ffff); in UnicodeSetStringSpan()
93 spanSet.retainAll(set); in UnicodeSetStringSpan()
97 spanNotSet = spanSet; in UnicodeSetStringSpan()
116 spanLength = spanSet.span(string, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
132 spanSet.freeze(); in UnicodeSetStringSpan()
160 spanLength = spanSet.span(string, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
169 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
212 spanSet = otherStringSpan.spanSet; in UnicodeSetStringSpan()
217 if (Utility.sameObjects(otherStringSpan.spanNotSet, otherStringSpan.spanSet)) { in UnicodeSetStringSpan()
[all …]
/external/icu/icu4c/source/common/
Dunisetspan.cpp207 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings), in UnicodeSetStringSpan()
212 spanSet.retainAll(set); in UnicodeSetStringSpan()
216 pSpanNotSet=&spanSet; in UnicodeSetStringSpan()
235 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
260 spanSet.freeze(); in UnicodeSetStringSpan()
314 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
322 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
338 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
342 … spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
395 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings), in UnicodeSetStringSpan()
[all …]
Dunisetspan.h104 UnicodeSet spanSet; variable
152 return spanSet.contains(c); in contains()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDayPeriods.java45 Set<Span> spanSet = dayPeriodInfo.getDayPeriodSpans(dayPeriod); in main() local
46 if (spanSet != null) { in main()
47 Span span = combineSpans(spanSet); in main()
/external/icu/libicu/cts_headers/
Dunisetspan.h104 UnicodeSet spanSet; variable
152 return spanSet.contains(c); in contains()
/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java198 Set<Span> spanSet = entry.getValue(); in DayPeriodInfo() local
199 if (spanSet.size() > 0) { in DayPeriodInfo()
200 for (Span span : spanSet) { in DayPeriodInfo()
203 for (Span span2 : spanSet) { in DayPeriodInfo()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...