Searched defs:nextBreak (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp229 int32_t nextBreak = 0; local
235 nextBreak = breakIter->next();
237 if (nextSpaceBreak == BreakIterator::DONE || nextBreak == BreakIterator::DONE) {
238 if (nextBreak != BreakIterator::DONE) {
247 while (nextSpaceBreak != nextBreak &&
248 nextSpaceBreak != BreakIterator::DONE && nextBreak != BreakIterator::DONE) {
249 if (nextSpaceBreak < nextBreak) {
253 } else if (nextSpaceBreak > nextBreak) {
254 foundInvalidBreak(nextBreak);
256 nextBreak
532 int32_t nextBreak; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp709 int32_t nextBreak = -1; local
715 if (bk == nextBreak && bk > i) {
719 if (i == nextBreak && bk > nextBreak) {
721 nextBreak = bk;
759 int32_t nextBreak = fTestData->fString.length()+1; local
762 // printf("i:%d bk:%d nextBreak:%d\n", i, bk, nextBreak);
766 if (bk == nextBreak && bk < i) {
779 if (i == nextBreak
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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 726 milliseconds