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.java397 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
477 if (count < limitsCapacity) { in getSpans()
492 if (count < limitsCapacity) { in getSpans()
506 if (count <= limitsCapacity) { in getSpans()
507 limits[limitsCapacity - count] = length; in getSpans()
515 if (count < limitsCapacity) { in getSpans()
517 limits[i] = limits[limitsCapacity - count + i]; in getSpans()
525 if (count <= limitsCapacity) { in getSpans()
526 limits[limitsCapacity - count] = length >= 0 ? length : s.length(); in getSpans()
534 if (count < limitsCapacity) { in getSpans()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java401 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
481 if (count < limitsCapacity) { in getSpans()
496 if (count < limitsCapacity) { in getSpans()
510 if (count <= limitsCapacity) { in getSpans()
511 limits[limitsCapacity - count] = length; in getSpans()
519 if (count < limitsCapacity) { in getSpans()
521 limits[i] = limits[limitsCapacity - count + i]; in getSpans()
529 if (count <= limitsCapacity) { in getSpans()
530 limits[limitsCapacity - count] = length >= 0 ? length : s.length(); in getSpans()
538 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 …]