Searched defs:whichSpansCount (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java778 static int addAlternative(int whichSpans[], int whichSpansCount, int mask, int a, int b, int c) { argument
782 for (i = 0; i < whichSpansCount; ++i) {
786 whichSpans[whichSpansCount + i] = s | b;
788 whichSpans[2 * whichSpansCount + i] = s | c;
792 return b == 0 ? whichSpansCount : c == 0 ? 2 * whichSpansCount : 3 * whichSpansCount;
979 int whichSpansCount = 1;
1019 whichSpansCount = 1;
1022 whichSpansCount
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3422 addAlternative(uint32_t whichSpans[], int32_t whichSpansCount, argument
3427 for(i=0; i<whichSpansCount; ++i) {
3431 whichSpans[whichSpansCount+i]=s|b;
3433 whichSpans[2*whichSpansCount+i]=s|c;
3437 return b==0 ? whichSpansCount : c==0 ? 2*whichSpansCount : 3*whichSpansCount;
3607 int32_t whichSpansCount=1; local
3652 whichSpansCount=1;
3655 whichSpansCount
[all...]

Completed in 129 milliseconds