/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringPrep.java | 382 int ch = UCharacterIterator.DONE; 386 while((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){ 522 while((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){
|
RuleBasedBreakIterator.java | 328 return BreakIterator.DONE; 347 return BreakIterator.DONE; 352 // so a loop like for(p=it.last(); p!=DONE; p=it.previous()) ... 600 // if we're already sitting at the beginning of the text, return DONE 605 return BreakIterator.DONE; 628 if (lastResult == BreakIterator.DONE) { 642 if (result == BreakIterator.DONE || result >= start) { 699 // just return DONE; if it's before the beginning, return the 772 while (result != BreakIterator.DONE && result <= offset) { 813 // just return DONE; if it's before the beginning, return th [all...] |
StringSearch.java | 196 search_.matchedIndex_ = DONE; 203 // This is done by super class constructor 391 return DONE; 456 search_.matchedIndex_ = DONE; 470 search_.matchedIndex_ = search_.matchedIndex_ == DONE ? 475 search_.matchedIndex_ = DONE; 493 // usearch_handleNextXXX will already have done it. 501 if (search_.matchedIndex_ == DONE) { 510 return DONE; 520 search_.matchedIndex_ == DONE ? getIndex() : search_.matchedIndex_ [all...] |
BreakIterator.java | 68 * <li>DONE is used as a flag to indicate when iteration has stopped. DONE is only 121 * end != BreakIterator.DONE; 135 * start != BreakIterator.DONE; 184 * while (current != BreakIterator.DONE) { 192 * return BreakIterator.DONE; 243 * DONE is returned by previous() and next() after all valid 246 public static final int DONE = -1; 272 * to move off either end of the text, this function returns DONE; 279 * iteration position, or DONE if moving n boundaries causes the iterato [all...] |
ScientificNumberFormatter.java | 167 iterator.current() != CharacterIterator.DONE; 216 iterator.current() != CharacterIterator.DONE; 289 // If c2 is DONE, it will fail the low surrogate test and we
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
StringPrep.java | 399 int ch = UCharacterIterator.DONE; 403 while((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){ 540 while((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){
|
RuleBasedBreakIterator.java | 335 return BreakIterator.DONE; 355 return BreakIterator.DONE; 360 // so a loop like for(p=it.last(); p!=DONE; p=it.previous()) ... 611 // if we're already sitting at the beginning of the text, return DONE 616 return BreakIterator.DONE; 639 if (lastResult == BreakIterator.DONE) { 653 if (result == BreakIterator.DONE || result >= start) { 711 // just return DONE; if it's before the beginning, return the 784 while (result != BreakIterator.DONE && result <= offset) { 826 // just return DONE; if it's before the beginning, return th [all...] |
BreakIterator.java | 67 * <li>DONE is used as a flag to indicate when iteration has stopped. DONE is only 120 * end != BreakIterator.DONE; 134 * start != BreakIterator.DONE; 183 * while (current != BreakIterator.DONE) { 191 * return BreakIterator.DONE; 245 * DONE is returned by previous() and next() after all valid 249 public static final int DONE = -1; 277 * to move off either end of the text, this function returns DONE; 284 * iteration position, or DONE if moving n boundaries causes the iterato [all...] |
ScientificNumberFormatter.java | 171 iterator.current() != CharacterIterator.DONE; 220 iterator.current() != CharacterIterator.DONE; 293 // If c2 is DONE, it will fail the low surrogate test and we
|
/frameworks/base/core/java/android/service/textservice/ |
SpellCheckerService.java | 383 while (wordStart <= end && wordEnd != BreakIterator.DONE 384 && wordStart != BreakIterator.DONE) { 395 if (wordEnd == BreakIterator.DONE) {
|
/external/freetype/src/gzip/ |
infutil.h | 23 DONE, /* finished last block, done */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBITestExtended.java | 397 for (bp = t.bi.first(); bp != BreakIterator.DONE; bp = t.bi.next()) { 455 for (bp = t.bi.last(); bp != BreakIterator.DONE; bp = t.bi.previous()) { 516 int expectedBreak = BreakIterator.DONE; 533 int expectedBreak = BreakIterator.DONE;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TestBNF.java | 237 while (type != Tokenizer.DONE) {
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
StringSearch.java | 197 search_.matchedIndex_ = DONE; 204 // This is done by super class constructor 404 return DONE; 471 search_.matchedIndex_ = DONE; 486 search_.matchedIndex_ = search_.matchedIndex_ == DONE ? 491 search_.matchedIndex_ = DONE; 509 // usearch_handleNextXXX will already have done it. 517 if (search_.matchedIndex_ == DONE) { 526 return DONE; 537 search_.matchedIndex_ == DONE ? getIndex() : search_.matchedIndex_ [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
RBBITestExtended.java | 393 for (bp = t.bi.first(); bp != BreakIterator.DONE; bp = t.bi.next()) { 451 for (bp = t.bi.last(); bp != BreakIterator.DONE; bp = t.bi.previous()) { 512 int expectedBreak = BreakIterator.DONE; 529 int expectedBreak = BreakIterator.DONE;
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
TestBNF.java | 236 while (type != Tokenizer.DONE) {
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 70 %x DONE COMMENT UNREACHABLE SKIP DEFINE 299 BEGIN DONE; /* Don't keep matching this rule forever. */
|
/external/v8/src/heap/ |
gc-idle-time-handler.cc | 23 case DONE: 24 PrintF("done"); 135 return GCIdleTimeAction::Done(); 176 return GCIdleTimeAction::Done();
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.h | 129 DONE,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
AttributedStringTest.java | 39 while ((ch = it.next()) != CharacterIterator.DONE)
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
models.py | 44 finalized_time: When this pipeline moved from WAITING or RUN to DONE. 62 DONE = 'done' 77 status = db.StringProperty(choices=(WAITING, RUN, DONE, ABORTED),
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlLexer.java | 261 * tokens. The matching of attribute names and values is done in a later step. 347 DONE, 531 state = State.DONE; 573 state = State.DONE; 584 state = State.DONE; 590 state = State.DONE; 601 state = State.DONE; 611 state = State.DONE; 624 state = State.DONE; 642 state = State.DONE; [all...] |
/external/opencv3/modules/calib3d/src/ |
compat_ptsetreg.cpp | 56 lambdaLg10 = 0; state = DONE; 128 if( state == DONE ) 180 state = DONE; 199 if( state == DONE ) 249 state = DONE;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
HifiUltrasoundSpeakerTestActivity.java | 47 START, RECORDING, DONE, PLAYER 148 status = Status.DONE; 200 case DONE:
|
HifiUltrasoundTestActivity.java | 47 START, RECORDING, DONE, PLAYER 130 status = Status.DONE; 182 case DONE:
|