Searched refs:whichSpansCount (Results 1 - 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 782 static int addAlternative(int whichSpans[], int whichSpansCount, int mask, int a, int b, int c) { argument 786 for (i = 0; i < whichSpansCount; ++i) { 790 whichSpans[whichSpansCount + i] = s | b; 792 whichSpans[2 * whichSpansCount + i] = s | c; 796 return b == 0 ? whichSpansCount : c == 0 ? 2 * whichSpansCount : 3 * whichSpansCount; 985 int whichSpansCount = 1; 1025 whichSpansCount = 1; 1028 whichSpansCount [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 781 static int addAlternative(int whichSpans[], int whichSpansCount, int mask, int a, int b, int c) { argument 785 for (i = 0; i < whichSpansCount; ++i) { 789 whichSpans[whichSpansCount + i] = s | b; 791 whichSpans[2 * whichSpansCount + i] = s | c; 795 return b == 0 ? whichSpansCount : c == 0 ? 2 * whichSpansCount : 3 * whichSpansCount; 984 int whichSpansCount = 1; 1024 whichSpansCount = 1; 1027 whichSpansCount [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 3479 addAlternative(uint32_t whichSpans[], int32_t whichSpansCount, argument 3484 for(i=0; i<whichSpansCount; ++i) { 3488 whichSpans[whichSpansCount+i]=s|b; 3490 whichSpans[2*whichSpansCount+i]=s|c; 3494 return b==0 ? whichSpansCount : c==0 ? 2*whichSpansCount : 3*whichSpansCount; 3664 int32_t whichSpansCount=1; local 3709 whichSpansCount=1; 3712 whichSpansCount [all...] |
Completed in 100 milliseconds