Home
last modified time | relevance | path

Searched refs:limitsCapacity (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java402 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
482 if (count < limitsCapacity) { in getSpans()
497 if (count < limitsCapacity) { in getSpans()
511 if (count <= limitsCapacity) { in getSpans()
512 limits[limitsCapacity - count] = length; in getSpans()
520 if (count < limitsCapacity) { in getSpans()
522 limits[i] = limits[limitsCapacity - count + i]; in getSpans()
530 if (count <= limitsCapacity) { in getSpans()
531 limits[limitsCapacity - count] = length >= 0 ? length : s.length(); in getSpans()
539 if (count < limitsCapacity) { in getSpans()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java405 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
485 if (count < limitsCapacity) { in getSpans()
500 if (count < limitsCapacity) { in getSpans()
514 if (count <= limitsCapacity) { in getSpans()
515 limits[limitsCapacity - count] = length; in getSpans()
523 if (count < limitsCapacity) { in getSpans()
525 limits[i] = limits[limitsCapacity - count + i]; in getSpans()
533 if (count <= limitsCapacity) { in getSpans()
534 limits[limitsCapacity - count] = length >= 0 ? length : s.length(); in getSpans()
542 if (count < limitsCapacity) { in getSpans()
[all …]
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2910 int32_t limits[], int32_t limitsCapacity, in getSpans() argument
2997 if(count<limitsCapacity) { in getSpans()
3013 if(count<limitsCapacity) { in getSpans()
3033 if(count<=limitsCapacity) { in getSpans()
3034 limits[limitsCapacity-count]=length; in getSpans()
3043 if(count<limitsCapacity) { in getSpans()
3044 memmove(limits, limits+(limitsCapacity-count), count*4); in getSpans()
3051 if(count<=limitsCapacity) { in getSpans()
3052 limits[limitsCapacity-count]= length >=0 ? length : slen(s, isUTF16); in getSpans()
3064 if(count<limitsCapacity) { in getSpans()
[all …]