Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java52 private UnicodeSet spanSet; field in UnicodeSetStringSpan
83 spanSet = new UnicodeSet(0, 0x10ffff); in UnicodeSetStringSpan()
91 spanSet.retainAll(set); in UnicodeSetStringSpan()
95 spanNotSet = spanSet; in UnicodeSetStringSpan()
113 spanLength = spanSet.span(string, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
128 spanSet.freeze(); in UnicodeSetStringSpan()
156 spanLength = spanSet.span(string, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
165 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
208 spanSet = otherStringSpan.spanSet; in UnicodeSetStringSpan()
213 if (otherStringSpan.spanNotSet == otherStringSpan.spanSet) { in UnicodeSetStringSpan()
[all …]
/external/icu/icu4c/source/common/
Dunisetspan.cpp205 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings), in UnicodeSetStringSpan()
210 spanSet.retainAll(set); in UnicodeSetStringSpan()
214 pSpanNotSet=&spanSet; in UnicodeSetStringSpan()
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
258 spanSet.freeze(); in UnicodeSetStringSpan()
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
336 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
340 … spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
393 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings), in UnicodeSetStringSpan()
[all …]
Dunisetspan.h102 UnicodeSet spanSet; variable
150 return spanSet.contains(c); in contains()
/external/sqlite/dist/
Dsqlite3.c123337 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){
125967 {yygotominor.yy346.pExpr = yymsp[-1].minor.yy346.pExpr; spanSet(&yygotominor.yy346,&yymsp[-2].minor…
125983 spanSet(&yygotominor.yy346,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0);
125993 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0);
126013 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0);
126026 spanSet(&yygotominor.yy346,&yymsp[-5].minor.yy0,&yymsp[0].minor.yy0);
126035 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0);
126044 spanSet(&yygotominor.yy346,&yymsp[-3].minor.yy0,&yymsp[0].minor.yy0);
126050 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0);
/external/sqlite/dist/orig/
Dsqlite3.c123319 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){
125949 {yygotominor.yy346.pExpr = yymsp[-1].minor.yy346.pExpr; spanSet(&yygotominor.yy346,&yymsp[-2].minor…
125965 spanSet(&yygotominor.yy346,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0);
125975 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0);
125995 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0);
126008 spanSet(&yygotominor.yy346,&yymsp[-5].minor.yy0,&yymsp[0].minor.yy0);
126017 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0);
126026 spanSet(&yygotominor.yy346,&yymsp[-3].minor.yy0,&yymsp[0].minor.yy0);
126032 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0);