Searched refs:nba (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java1188 int nba = nextBoundaryAfter(minLimit);
1189 // Note that we can have nba < maxLimit && nba >= minLImit, in which
1190 // case we want to set mLimit to nba regardless of allowMidclusterMatch
1192 if (nba >= lastCEI.highIndex_ && (!allowMidclusterMatch || nba < maxLimit)) {
1193 mLimit = nba;
1438 int nba = nextBoundaryAfter(minLimit);
1439 // Note that we can have nba < maxLimit && nba >
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java1204 int nba = nextBoundaryAfter(minLimit);
1205 // Note that we can have nba < maxLimit && nba >= minLImit, in which
1206 // case we want to set mLimit to nba regardless of allowMidclusterMatch
1208 if (nba >= lastCEI.highIndex_ && (!allowMidclusterMatch || nba < maxLimit)) {
1209 mLimit = nba;
1454 int nba = nextBoundaryAfter(minLimit);
1455 // Note that we can have nba < maxLimit && nba >
[all...]
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp4070 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
4071 // Note that we can have nba < maxLimit && nba >= minLImit, in which
4072 // case we want to set mLimit to nba regardless of allowMidclusterMatch
4074 if (nba >= lastCEI->highIndex && (!allowMidclusterMatch || nba < maxLimit)) {
4075 mLimit = nba;
4343 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
4344 // Note that we can have nba < maxLimit && nba >
4370 int32_t nba = nextBoundaryAfter(strsrch, minLimit); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1240 int32_t nba = ubrk_following(charBreakIterator, minLimit); local
1242 if (nba >= targetOrders.getHighOffset(i + patternSize - 1)) {
1243 mend = nba;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 183 milliseconds