/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
StringCharacterIteratorTest.java | 194 assertTrue("Not DONE", it1.first() == CharacterIterator.DONE); 283 assertEquals(CharacterIterator.DONE, fixture.next()); 285 assertEquals(CharacterIterator.DONE, fixture.next()); 287 assertEquals(CharacterIterator.DONE, fixture.next()); 295 assertTrue("Wrong next char3", it1.next() == CharacterIterator.DONE); 296 assertTrue("Wrong next char4", it1.next() == CharacterIterator.DONE); 300 it1.current() == CharacterIterator.DONE); 308 assertEquals(CharacterIterator.DONE, fixture.previous()); 315 assertEquals(CharacterIterator.DONE, fixture.next()) [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 75 DONE; 127 while (nextFunction != NextFunction.DONE) { 130 nextFunction = NextFunction.DONE; 135 nextFunction = NextFunction.DONE; 140 nextFunction = NextFunction.DONE; 156 nextFunction = NextFunction.DONE;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 76 DONE; 128 while (nextFunction != NextFunction.DONE) { 131 nextFunction = NextFunction.DONE; 136 nextFunction = NextFunction.DONE; 141 nextFunction = NextFunction.DONE; 157 nextFunction = NextFunction.DONE;
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
RBBIPerf.java | 86 for (; n != BreakIterator.DONE; n=bi.next()) { 90 for (; n != BreakIterator.DONE; n=jdkbi.next()) { 100 for (n=bi.first(); n != BreakIterator.DONE; n=bi.next()) { 104 for (n=jdkbi.first(); n != BreakIterator.DONE; n=jdkbi.next()) { 120 for (n=bi.last(); n != BreakIterator.DONE; n=bi.previous()) { 128 for (n=bi.last(); n != BreakIterator.DONE; n=bi.previous()) {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ReplaceableUCharacterIterator.java | 89 return DONE; 140 * @return next UTF16 character in text or DONE if the new currentIndex is off the 147 return DONE; 156 * @return next UTF16 character in text or DONE if the new currentIndex is off the 163 return DONE; 173 * @returns the character at the specified currentIndex or DONE if the specified
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ReplaceableUCharacterIterator.java | 87 return DONE; 138 * @return next UTF16 character in text or DONE if the new currentIndex is off the 145 return DONE; 154 * @return next UTF16 character in text or DONE if the new currentIndex is off the 161 return DONE; 171 * @returns the character at the specified currentIndex or DONE if the specified
|
/external/libvncserver/examples/ |
mac.c | 155 goto DONE; 159 goto DONE; 161 goto DONE; 163 goto DONE; 168 goto DONE; 170 goto DONE; 172 goto DONE; 177 DONE: 189 goto DONE; 194 goto DONE; [all...] |
/libcore/ojluni/src/main/java/java/text/ |
BreakIterator.java | 134 * end != BreakIterator.DONE; 148 * start != BreakIterator.DONE; 197 * while (current != BreakIterator.DONE) { 205 * return BreakIterator.DONE; 248 * DONE is returned by previous(), next(), next(int), preceding(int) 252 public static final int DONE = -1; 273 * <code>BreakIterator.DONE</code> and the current position is set to either 280 * <code>BreakIterator.DONE</code> and the last text boundary would become the 287 * or <code>BreakIterator.DONE</code> if either first or last text boundary 294 * is the last text boundary, it returns <code>BreakIterator.DONE</code> an [all...] |
StringCharacterIterator.java | 168 return DONE; 184 return DONE; 199 return DONE;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UCharacterIterator.java | 22 * object. Forward iteration is done with post-increment and backward iteration 23 * is done with pre-decrement semantics, while the 121 * of range, returns DONE. Index is not changed. 128 * If the current index is invalid, DONE is returned. 174 * range, DONE is returned, and the iterator is reset to the limit 176 * @return the next UTF16 code unit, or DONE if the index is at the limit 188 * @return the next codepoint in text, or DONE if the index is at 197 }else if (ch2 != DONE) { 209 * DONE is returned. 210 * @return the previous code unit in the text, or DONE if the ne [all...] |
BytesDictionaryMatcher.java | 47 if (c == UCharacterIterator.DONE) { 75 if (c == UCharacterIterator.DONE) {
|
CharsDictionaryMatcher.java | 26 if (c == UCharacterIterator.DONE) { 54 if (c == UCharacterIterator.DONE) {
|
StringCharacterIterator.java | 169 return DONE; 187 return DONE; 204 return DONE;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UCharacterIterator.java | 21 * object. Forward iteration is done with post-increment and backward iteration 22 * is done with pre-decrement semantics, while the 129 * of range, returns DONE. Index is not changed. 137 * If the current index is invalid, DONE is returned. 186 * range, DONE is returned, and the iterator is reset to the limit 188 * @return the next UTF16 code unit, or DONE if the index is at the limit 201 * @return the next codepoint in text, or DONE if the index is at 211 }else if (ch2 != DONE) { 223 * DONE is returned. 224 * @return the previous code unit in the text, or DONE if the ne [all...] |
CharsDictionaryMatcher.java | 25 if (c == UCharacterIterator.DONE) { 53 if (c == UCharacterIterator.DONE) {
|
StringCharacterIterator.java | 167 return DONE; 185 return DONE; 202 return DONE;
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/ |
worker-spec.js | 10 if (this.readyState == this.DONE) {
|
/external/icu/icu4c/source/test/intltest/ |
sfwdchit.cpp | 108 return ForwardCharacterIterator::DONE; 115 return ForwardCharacterIterator::DONE;
|
/external/skia/src/effects/ |
SkArcToPathEffect.cpp | 56 goto DONE; 60 DONE:
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/ |
diffiSACPLC.txt | 17 echo DONE!
|
/frameworks/base/core/java/android/view/ |
AccessibilityIterators.java | 109 if (start == BreakIterator.DONE) { 114 if (end == BreakIterator.DONE) { 135 if (end == BreakIterator.DONE) { 140 if (start == BreakIterator.DONE) { 199 if (start == BreakIterator.DONE) { 204 if (end == BreakIterator.DONE || !isEndBoundary(end)) { 225 if (end == BreakIterator.DONE) { 230 if (start == BreakIterator.DONE || !isStartBoundary(start)) {
|
/libcore/benchmarks/src/benchmarks/regression/ |
BreakIteratorBenchmark.java | 55 while (it.next() != BreakIterator.DONE) { 66 while (it.next() != android.icu.text.BreakIterator.DONE) {
|
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 77 // true when fBreakIter has returned DONE 235 if (nextSpaceBreak == BreakIterator::DONE || nextBreak == BreakIterator::DONE) { 236 if (nextBreak != BreakIterator::DONE) { 238 } else if (nextSpaceBreak != BreakIterator::DONE) { 246 nextSpaceBreak != BreakIterator::DONE && nextBreak != BreakIterator::DONE) { 413 if (nextbreak == BreakIterator::DONE) { 527 return BreakIterator::DONE; 534 if (nextBreak == BreakIterator::DONE) { [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
Liveness.java | 58 static final int DONE = 2; 102 tb.status = DONE; 122 tb.status = DONE; 127 if (tb.updating || tb.status >= DONE) 132 tb.status = DONE; 138 if (e.status != DONE) 148 if (e.status != DONE) 158 tb.status = changed ? CHANGED_NOW : DONE; 161 tb.status = DONE; 176 if (h.status != DONE) { [all...] |
/external/toybox/scripts/ |
make.sh | 107 done 186 done | sort -s | sed -n 's/ A / /;t pair;h;s/\([^ ]*\).*/\1 " "/;x;b single;:pair;h;n;:single;s/[^ ]* B //;H;g;s/\n/ /;p' | tee generated/flags.raw | \ 201 done 256 DONE=0 276 DONE=$(($DONE+$?)) 278 done 279 [ $DONE -ne 0 ] && break 280 done 287 DONE=$(($DONE+$?) [all...] |