/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 52 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/android_icu4j/src/main/java/android/icu/impl/ |
D | UnicodeSetStringSpan.java | 56 private UnicodeSet spanSet; field in UnicodeSetStringSpan 87 spanSet = new UnicodeSet(0, 0x10ffff); in UnicodeSetStringSpan() 95 spanSet.retainAll(set); in UnicodeSetStringSpan() 99 spanNotSet = spanSet; in UnicodeSetStringSpan() 117 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 (otherStringSpan.spanNotSet == otherStringSpan.spanSet) { in UnicodeSetStringSpan() [all …]
|
/external/icu/icu4c/source/common/ |
D | unisetspan.cpp | 205 : 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 …]
|
D | unisetspan.h | 102 UnicodeSet spanSet; variable 150 return spanSet.contains(c); in contains()
|
/external/sqlite/dist/ |
D | sqlite3.c | 126091 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){ 128776 {yygotominor.yy346.pExpr = yymsp[-1].minor.yy346.pExpr; spanSet(&yygotominor.yy346,&yymsp[-2].minor… 128792 spanSet(&yygotominor.yy346,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0); 128802 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0); 128822 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0); 128835 spanSet(&yygotominor.yy346,&yymsp[-5].minor.yy0,&yymsp[0].minor.yy0); 128844 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0); 128853 spanSet(&yygotominor.yy346,&yymsp[-3].minor.yy0,&yymsp[0].minor.yy0); 128859 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 126073 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){ 128758 {yygotominor.yy346.pExpr = yymsp[-1].minor.yy346.pExpr; spanSet(&yygotominor.yy346,&yymsp[-2].minor… 128774 spanSet(&yygotominor.yy346,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0); 128784 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0); 128804 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0); 128817 spanSet(&yygotominor.yy346,&yymsp[-5].minor.yy0,&yymsp[0].minor.yy0); 128826 spanSet(&yygotominor.yy346,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0); 128835 spanSet(&yygotominor.yy346,&yymsp[-3].minor.yy0,&yymsp[0].minor.yy0); 128841 spanSet(&yygotominor.yy346, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0);
|