/external/icu/icu4c/source/common/ |
normlzr.cpp | 252 return DONE; 259 * of the text has already been reached, {@link #DONE} is returned. 267 return DONE; 274 * of the text has already been reached, {@link #DONE} is returned. 282 return DONE;
|
rbbi.cpp | 529 // return BreakIterator::DONE; 544 return BreakIterator::DONE; 630 // if we're already sitting at the beginning of the text, return DONE 634 return BreakIterator::DONE; 670 if (result == BreakIterator::DONE || result >= start) { 705 // just return DONE; if it's before the beginning, return the 802 while (result != BreakIterator::DONE && result <= offset) { 817 // just return DONE; if it's before the beginning, return the [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/ |
MultiPagedForm.java | 49 DONE, CANCEL 435 case DONE: 486 actions.add(new Action.Builder().key(Key.DONE.name())
|
/external/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 229 // If we've run through both the expected and actual results vectors, we're done. 344 for (pos=bi->first(); pos!= BreakIterator::DONE; pos=bi->next()) { 478 for (p=bi.first(); p!=RuleBasedBreakIterator::DONE; p=bi.next()) { 507 for (p=bi.last(); p!=RuleBasedBreakIterator::DONE; p=bi.previous()) { 532 // cannot be -1; that is returned for DONE. 548 if (p == RuleBasedBreakIterator::DONE) { 560 // returned DONE. 562 errln("testFollowing(): iterator returned DONE prematurely."); 590 if (p == RuleBasedBreakIterator::DONE) { 602 // returned DONE [all...] |
rbbiapts.cpp | 307 TEST_ASSERT(rb->following(11) == BreakIterator::DONE); 311 //if(rb->following(11) != BreakIterator::DONE) { 447 if (i != BreakIterator::DONE) { 448 errln("Incorrect value from bi->previous() at line %d. Expected DONE, got %d", __LINE__, i); 462 if (i != BreakIterator::DONE) { 463 errln("Incorrect value from bi->next() at line %d. Expected DONE, got %d", __LINE__, i); 511 if (i != BreakIterator::DONE) { 512 errln("Incorrect value from bi->following() at line %d. Expected DONE, got %d", __LINE__, i); 535 if (i != BreakIterator::DONE) { 536 errln("Incorrect value from bi->preceding() at line %d. Expected DONE, got %d", __LINE__, i) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
ConformanceTest.java | 77 // all done 381 for (ch = normalizer.first(); ch != Normalizer.DONE; 386 for (ch = normalizer.last(); ch != Normalizer.DONE; 410 for (ch = normalizer.first(); ch != Normalizer.DONE; 415 for (ch = normalizer.last(); ch != Normalizer.DONE;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
SearchTest.java | [all...] |
/external/icu/icu4c/source/common/unicode/ |
brkiter.h | 12 * 02/18/97 aliu Added typedef for TextCount. Made DONE const. 208 * DONE is returned by previous() and next() after all valid 212 DONE = (int32_t)-1 231 * @return The character index of the previous text boundary or DONE if all 239 * @return The character index of the next text boundary or DONE if all 255 * the value BreakIterator.DONE 265 * the value BreakIterator.DONE 288 * DONE if there are fewer than |n| boundaries in the specfied direction.
|
normlzr.h | 136 * If DONE is returned from an iteration function that returns a code point, 141 DONE=0xffff 489 * If the end of the text has already been reached, DONE is returned. 490 * The DONE value could be confused with a U+FFFF non-character code point 492 * before calling next(), or (getIndex()<endIndex() || last()!=DONE) 505 * If the beginning of the text has already been reached, DONE is returned. 506 * The DONE value could be confused with a U+FFFF non-character code point 508 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 647 * certain optional portions of the operation are done. 798 // all argument checking is done in unorm_compar [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
SearchTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
ConformanceTest.java | 73 // all done 377 for (ch = normalizer.first(); ch != Normalizer.DONE; 382 for (ch = normalizer.last(); ch != Normalizer.DONE; 406 for (ch = normalizer.first(); ch != Normalizer.DONE; 411 for (ch = normalizer.last(); ch != Normalizer.DONE;
|
/external/llvm/tools/msbuild/ |
install.bat | 46 IF %SUCCESS% == 1 goto DONE
114 :DONE
115 echo Done!
|
/external/skia/src/views/ |
SkView.cpp | 536 goto DONE; 557 DONE: 566 goto DONE; 587 DONE:
|
/external/testng/src/main/java/org/testng/reporters/ |
XMLUtils.java | 127 while (character != CharacterIterator.DONE) {
|
/external/v8/test/mjsunit/ |
d8-worker.js | 87 postMessage('DONE'); 127 assertEquals("DONE", w.getMessage());
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
IDNA2003.java | 103 while((ch=iter.next())!= UCharacterIterator.DONE){ 167 while((ch = src.next())!= UCharacterIterator.DONE){ 309 while((ch=src.next())!= UCharacterIterator.DONE){
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
IDNAReference.java | 143 while((ch = srcIter.next())!= UCharacterIterator.DONE){ 286 while ((ch = iter.next()) != UCharacterIterator.DONE) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
IDNA2003.java | 101 while((ch=iter.next())!= UCharacterIterator.DONE){ 166 while((ch = src.next())!= UCharacterIterator.DONE){ 308 while((ch=src.next())!= UCharacterIterator.DONE){
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
IDNAReference.java | 142 while((ch = srcIter.next())!= UCharacterIterator.DONE){ 285 while ((ch = iter.next()) != UCharacterIterator.DONE) {
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSimPukView.java | 80 final int DONE = 3; 101 state = DONE;
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldAttributedStringTest.java | 35 while ((ch = it.next()) != CharacterIterator.DONE) 175 while ((ch = it.next()) != CharacterIterator.DONE)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
dual03.d | 43 6c: 02 a8 20 5a bte %r21,%r17,0x00000078 // 78 <DONE> 47 00000078 <DONE>:
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Normalizer.java | 211 * This is guaranteed to have the same value as {@link UCharacterIterator#DONE}. 217 public static final int DONE = UCharacterIterator.DONE; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Normalizer.java | 211 * This is guaranteed to have the same value as {@link UCharacterIterator#DONE}. 216 public static final int DONE = UCharacterIterator.DONE; [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 474 // DONE command 475 private static final String DONE = "done"; 720 // ended the session cleanly with a done commant. 721 command = DONE; 724 if (DONE.equals(command)) { 739 // then we're done
|