HomeSort by relevance Sort by last modified time
    Searched refs:DONE (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/guava/src/com/google/common/collect/
AbstractIterator.java 72 DONE,
118 state = State.DONE;
125 case DONE:
137 if (state != State.DONE) {
  /libcore/luni/src/main/java/java/text/
CharacterIterator.java 31 public static final char DONE = '\uffff';
45 * @return the current character, or {@code DONE} if the current index is
90 * @return the character at the next index, or {@code DONE} if the next
98 * @return the character at the previous index, or {@code DONE} if the
109 * @return the character at the new index, or {@code DONE} if the index is
StringCharacterIterator.java 115 * @return the current character, or {@code DONE} if the current index is
120 return DONE;
151 * @return the character at the begin index or {@code DONE} if the begin
156 return DONE;
198 * @return the character before the end index or {@code DONE} if the begin
203 return DONE;
212 * @return the character at the next index, or {@code DONE} if the next
218 return DONE;
226 * @return the character at the previous index, or {@code DONE} if the
231 return DONE;
    [all...]
  /external/chromium/third_party/icu/source/common/
uchriter.cpp 99 return DONE;
109 return DONE;
119 return DONE;
135 return DONE;
144 return DONE;
153 /* make current() return DONE */
155 return DONE;
164 return DONE;
178 return DONE;
196 return DONE;
    [all...]
ruleiter.cpp 36 if (U_FAILURE(ec)) return DONE;
38 UChar32 c = DONE;
57 return DONE;
79 return DONE;
140 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
ruleiter.h 34 // 2. Rather than return DONE, throw an exception if the end
67 enum { DONE = -1 };
111 * Returns the next character using the given options, or DONE if there
122 * @return the current 32-bit code point, or DONE
  /external/icu4c/common/
uchriter.cpp 99 return DONE;
109 return DONE;
119 return DONE;
135 return DONE;
144 return DONE;
153 /* make current() return DONE */
155 return DONE;
164 return DONE;
178 return DONE;
196 return DONE;
    [all...]
ruleiter.cpp 36 if (U_FAILURE(ec)) return DONE;
38 UChar32 c = DONE;
57 return DONE;
79 return DONE;
140 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
ruleiter.h 34 // 2. Rather than return DONE, throw an exception if the end
67 enum { DONE = -1 };
111 * Returns the next character using the given options, or DONE if there
122 * @return the current 32-bit code point, or DONE
  /external/zlib/contrib/infback9/
inflate9.h 17 DONE, /* finished check, done -- remain here until reset */
27 TYPE -> STORED or TABLE or LEN or DONE
  /external/webkit/WebCore/storage/
IDBRequest.idl 37 const unsigned short DONE = 2;
  /external/icu4c/samples/citer/
citer.cpp 29 } else if (ch == CharacterIterator::DONE) {
30 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]");
83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) {
95 if (c != CharacterIterator::DONE) {
103 } while (c != CharacterIterator::DONE);
146 if (c == CharacterIterator::DONE) {
158 if (c != CharacterIterator::DONE) {
165 } while (c != CharacterIterator::DONE);
  /external/chromium/third_party/icu/source/test/intltest/
citrtest.cpp 58 return DONE;
63 virtual UChar first(){return DONE;};
64 virtual UChar32 first32(){return DONE;};
65 virtual UChar last(){return DONE;};
66 virtual UChar32 last32(){return DONE;};
67 virtual UChar setIndex(int32_t /*pos*/){return DONE;};
68 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
69 virtual UChar current() const{return DONE;};
70 virtual UChar32 current32() const{return DONE;};
71 virtual UChar next(){return DONE;};
    [all...]
sfwdchit.cpp 108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
dadrcoll.cpp 97 while(currChar != CharacterIterator::DONE) {
104 case CharacterIterator::DONE:
108 currChar = CharacterIterator::DONE;
112 currChar = CharacterIterator::DONE;
116 currChar = CharacterIterator::DONE;
130 if(currChar == CharacterIterator::DONE) {
  /external/icu4c/test/intltest/
citrtest.cpp 58 return DONE;
63 virtual UChar first(){return DONE;};
64 virtual UChar32 first32(){return DONE;};
65 virtual UChar last(){return DONE;};
66 virtual UChar32 last32(){return DONE;};
67 virtual UChar setIndex(int32_t /*pos*/){return DONE;};
68 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
69 virtual UChar current() const{return DONE;};
70 virtual UChar32 current32() const{return DONE;};
71 virtual UChar next(){return DONE;};
    [all...]
sfwdchit.cpp 108 return ForwardCharacterIterator::DONE;
115 return ForwardCharacterIterator::DONE;
dadrcoll.cpp 97 while(currChar != CharacterIterator::DONE) {
104 case CharacterIterator::DONE:
108 currChar = CharacterIterator::DONE;
112 currChar = CharacterIterator::DONE;
116 currChar = CharacterIterator::DONE;
130 if(currChar == CharacterIterator::DONE) {
  /dalvik/dx/src/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/chromium/third_party/icu/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/icu4c/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/chromium/third_party/zlib/
inflate.h 47 DONE, /* finished check, done -- remain here until reset */
73 CHECK -> LENGTH -> DONE
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 47 DONE, /* finished check, done -- remain here until reset */
73 CHECK -> LENGTH -> DONE
  /external/zlib/
inflate.h 49 DONE, /* finished check, done -- remain here until reset */
77 CHECK -> LENGTH -> DONE
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.h 92 while(m_brkIt_->next() != BreakIterator::DONE) {
100 while(m_brkIt_->next() != BreakIterator::DONE) {

Completed in 632 milliseconds

1 2 3 4 5 6