Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java400 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
480 if (count < limitsCapacity) { in getSpans()
495 if (count < limitsCapacity) { in getSpans()
509 if (count <= limitsCapacity) { in getSpans()
510 limits[limitsCapacity - count] = length; in getSpans()
518 if (count < limitsCapacity) { in getSpans()
520 limits[i] = limits[limitsCapacity - count + i]; in getSpans()
528 if (count <= limitsCapacity) { in getSpans()
529 limits[limitsCapacity - count] = length >= 0 ? length : s.length(); in getSpans()
537 if (count < limitsCapacity) { in getSpans()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java399 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
479 if (count < limitsCapacity) { in getSpans()
494 if (count < limitsCapacity) { in getSpans()
508 if (count <= limitsCapacity) { in getSpans()
509 limits[limitsCapacity - count] = length; in getSpans()
517 if (count < limitsCapacity) { in getSpans()
519 limits[i] = limits[limitsCapacity - count + i]; in getSpans()
527 if (count <= limitsCapacity) { in getSpans()
528 limits[limitsCapacity - count] = length >= 0 ? length : s.length(); in getSpans()
536 if (count < limitsCapacity) { in getSpans()
[all …]
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2913 int32_t limits[], int32_t limitsCapacity, in getSpans() argument
3000 if(count<limitsCapacity) { in getSpans()
3016 if(count<limitsCapacity) { in getSpans()
3036 if(count<=limitsCapacity) { in getSpans()
3037 limits[limitsCapacity-count]=length; in getSpans()
3046 if(count<limitsCapacity) { in getSpans()
3047 memmove(limits, limits+(limitsCapacity-count), count*4); in getSpans()
3054 if(count<=limitsCapacity) { in getSpans()
3055 limits[limitsCapacity-count]= length >=0 ? length : slen(s, isUTF16); in getSpans()
3067 if(count<limitsCapacity) { in getSpans()
[all …]