/external/chromium_org/third_party/icu/source/common/ |
unisetspan.cpp | 231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); 310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); 318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); 334 spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); 338 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); 538 * Algorithm for span(USET_SPAN_CONTAINED) 559 * - Start with spanLength=spanSet.span(USET_SPAN_CONTAINED). 566 * are irrelevant for span(USET_SPAN_CONTAINED) because the 581 * then try another spanLength=spanSet.span(USET_SPAN_CONTAINED). 607 * - Start with spanLength=spanSet.span(USET_SPAN_CONTAINED) [all...] |
bmpset.cpp | 510 spanCondition=USET_SPAN_CONTAINED; // Pin to 0/1 values. 652 spanCondition=USET_SPAN_CONTAINED; // Pin to 0/1 values.
|
uniset.cpp | 525 return (UBool)(span(s.getBuffer(), s.length(), USET_SPAN_CONTAINED) == [all...] |
/external/icu4c/common/ |
unisetspan.cpp | 233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); 312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); 320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); 336 spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); 340 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); 540 * Algorithm for span(USET_SPAN_CONTAINED) 561 * - Start with spanLength=spanSet.span(USET_SPAN_CONTAINED). 568 * are irrelevant for span(USET_SPAN_CONTAINED) because the 583 * then try another spanLength=spanSet.span(USET_SPAN_CONTAINED). 609 * - Start with spanLength=spanSet.span(USET_SPAN_CONTAINED) [all...] |
bmpset.cpp | 519 spanCondition=USET_SPAN_CONTAINED; // Pin to 0/1 values. 661 spanCondition=USET_SPAN_CONTAINED; // Pin to 0/1 values.
|
uniset.cpp | 527 return (UBool)(span(s.getBuffer(), s.length(), USET_SPAN_CONTAINED) == [all...] |
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.cpp | 215 if(testcase.set.span(utf16, 1, USET_SPAN_CONTAINED)>0) { 223 if(testcase.set.span(utf16, 2, USET_SPAN_CONTAINED)>0) { 266 if(testcase.set.spanBack(utf16, 1, USET_SPAN_CONTAINED)==0) { 274 if(testcase.set.spanBack(utf16, 2, USET_SPAN_CONTAINED)==0) { 326 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) { 372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) {
|
/external/icu4c/test/perf/unisetperf/ |
unisetperf.cpp | 215 if(testcase.set.span(utf16, 1, USET_SPAN_CONTAINED)>0) { 223 if(testcase.set.span(utf16, 2, USET_SPAN_CONTAINED)>0) { 266 if(testcase.set.spanBack(utf16, 1, USET_SPAN_CONTAINED)==0) { 274 if(testcase.set.spanBack(utf16, 2, USET_SPAN_CONTAINED)==0) { 326 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) { 372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 616 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) || 623 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) || 625 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) || 634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 636 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) || 643 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) || 645 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
|
/external/icu4c/test/cintltst/ |
usettest.c | 614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 616 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) || 623 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) || 625 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) || 634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) || 636 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) || 643 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) || 645 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.cpp | 717 if( ac.span(longString, -5, USET_SPAN_CONTAINED)!=10 || 718 ac.span(longString, 0, USET_SPAN_CONTAINED)!=10 || 719 ac.span(longString, 5, USET_SPAN_CONTAINED)!=10 || 720 ac.span(longString, 10, USET_SPAN_CONTAINED)!=10 || 721 ac.span(longString, 15, USET_SPAN_CONTAINED)!=15 || 722 ac.span(longString, 20, USET_SPAN_CONTAINED)!=30 || 723 ac.span(longString, 25, USET_SPAN_CONTAINED)!=30 || 724 ac.span(longString, 30, USET_SPAN_CONTAINED)!=30 || 725 ac.span(longString, 35, USET_SPAN_CONTAINED)!=30 || 726 ac.span(longString, INT32_MAX, USET_SPAN_CONTAINED)!=3 [all...] |
/external/icu4c/test/intltest/ |
usettest.cpp | 717 if( ac.span(longString, -5, USET_SPAN_CONTAINED)!=10 || 718 ac.span(longString, 0, USET_SPAN_CONTAINED)!=10 || 719 ac.span(longString, 5, USET_SPAN_CONTAINED)!=10 || 720 ac.span(longString, 10, USET_SPAN_CONTAINED)!=10 || 721 ac.span(longString, 15, USET_SPAN_CONTAINED)!=15 || 722 ac.span(longString, 20, USET_SPAN_CONTAINED)!=30 || 723 ac.span(longString, 25, USET_SPAN_CONTAINED)!=30 || 724 ac.span(longString, 30, USET_SPAN_CONTAINED)!=30 || 725 ac.span(longString, 35, USET_SPAN_CONTAINED)!=30 || 726 ac.span(longString, INT32_MAX, USET_SPAN_CONTAINED)!=3 [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 107 * - USET_SPAN_CONTAINED and USET_SPAN_SIMPLE 127 * span(USET_SPAN_CONTAINED) because it will not recursively try 130 * span("xyax", USET_SPAN_CONTAINED) will return 4 but 133 * span(USET_SPAN_CONTAINED). 183 USET_SPAN_CONTAINED = 1, 192 * as USET_SPAN_CONTAINED. 909 * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), [all...] |
/external/icu4c/common/unicode/ |
uset.h | 101 * - USET_SPAN_CONTAINED and USET_SPAN_SIMPLE 121 * span(USET_SPAN_CONTAINED) because it will not recursively try 124 * span("xyax", USET_SPAN_CONTAINED) will return 4 but 127 * span(USET_SPAN_CONTAINED). 177 USET_SPAN_CONTAINED = 1, 186 * as USET_SPAN_CONTAINED. 913 * (USET_SPAN_CONTAINED, USET_SPAN_SIMPLE), [all...] |