OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DONE
(Results
76 - 100
of
481
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITest.java
291
boundaries[0] = RuleBasedBreakIterator.
DONE
;
297
boundaries[boundaries.length - 1] = RuleBasedBreakIterator.
DONE
;
315
while (p != RuleBasedBreakIterator.
DONE
) {
317
if (p != RuleBasedBreakIterator.
DONE
) {
326
errln("next() returned
DONE
prematurely: offset was "
344
while (p != RuleBasedBreakIterator.
DONE
) {
346
if (p != RuleBasedBreakIterator.
DONE
) {
356
errln("previous() returned
DONE
prematurely: offset was "
480
if (offset != RuleBasedBreakIterator.
DONE
) {
484
} while (offset != RuleBasedBreakIterator.
DONE
);
[
all
...]
SimpleBITest.java
45
// I've
done
items 2 and 3 above. Unfortunately, since I haven't
done
item 1, the
202
while (p != BreakIterator.
DONE
) {
204
if (p != BreakIterator.
DONE
) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITest.java
287
boundaries[0] = RuleBasedBreakIterator.
DONE
;
293
boundaries[boundaries.length - 1] = RuleBasedBreakIterator.
DONE
;
311
while (p != RuleBasedBreakIterator.
DONE
) {
313
if (p != RuleBasedBreakIterator.
DONE
) {
322
errln("next() returned
DONE
prematurely: offset was "
340
while (p != RuleBasedBreakIterator.
DONE
) {
342
if (p != RuleBasedBreakIterator.
DONE
) {
352
errln("previous() returned
DONE
prematurely: offset was "
476
if (offset != RuleBasedBreakIterator.
DONE
) {
480
} while (offset != RuleBasedBreakIterator.
DONE
);
[
all
...]
SimpleBITest.java
42
// I've
done
items 2 and 3 above. Unfortunately, since I haven't
done
item 1, the
198
while (p != BreakIterator.
DONE
) {
200
if (p != BreakIterator.
DONE
) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java
31
// 2. Rather than return
DONE
, throw an exception if the end
69
public static final int
DONE
= -1;
122
* Returns the next character using the given options, or
DONE
if there
127
* @return the current 32-bit code point, or
DONE
130
int c =
DONE
;
325
return (i < text.length()) ? UTF16.charAt(text, i) :
DONE
;
CharacterIteration.java
70
if (lead == CharacterIterator.
DONE
&& ci.getIndex() >= ci.getEndIndex()) {
121
if (lead == CharacterIterator.
DONE
) {
LocaleIDParser.java
115
private static final char
DONE
= '\uffff';
119
* is
DONE
if index was at the limit of the buffer. The index is advanced regardless
125
return
DONE
;
147
* Returns true if the character is a terminator (keyword separator, dot, or
DONE
).
152
return c == KEYWORD_SEPARATOR || c ==
DONE
|| c == DOT;
401
while ((c = next()) !=
DONE
) {
569
return c ==
DONE
|| c == KEYWORD_ASSIGN;
573
return c ==
DONE
|| c == ITEM_SEPARATOR;
617
if (c ==
DONE
) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java
30
// 2. Rather than return
DONE
, throw an exception if the end
68
public static final int
DONE
= -1;
121
* Returns the next character using the given options, or
DONE
if there
126
* @return the current 32-bit code point, or
DONE
129
int c =
DONE
;
324
return (i < text.length()) ? UTF16.charAt(text, i) :
DONE
;
CharacterIteration.java
66
if (lead == CharacterIterator.
DONE
&& ci.getIndex() >= ci.getEndIndex()) {
117
if (lead == CharacterIterator.
DONE
) {
LocaleIDParser.java
113
private static final char
DONE
= '\uffff';
117
* is
DONE
if index was at the limit of the buffer. The index is advanced regardless
123
return
DONE
;
145
* Returns true if the character is a terminator (keyword separator, dot, or
DONE
).
150
return c == KEYWORD_SEPARATOR || c ==
DONE
|| c == DOT;
399
while ((c = next()) !=
DONE
) {
567
return c ==
DONE
|| c == KEYWORD_ASSIGN;
571
return c ==
DONE
|| c == ITEM_SEPARATOR;
615
if (c ==
DONE
) {
/external/icu/icu4c/source/samples/break/
break.cpp
48
end != BreakIterator::
DONE
;
60
start != BreakIterator::
DONE
;
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperf.h
92
while(m_brkIt_->next() != BreakIterator::
DONE
) {
100
while(m_brkIt_->next() != BreakIterator::
DONE
) {
ubrkperf.cpp
70
while(brkit->next() != BreakIterator::
DONE
) {
80
while(brkit->next() != BreakIterator::
DONE
) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt
29
done
37
echo
DONE
!
/prebuilts/sdk/tools/
jack-admin
151
DONE
=1
153
while [ "$
DONE
" -ne 0 ]; do
184
done
188
DONE
=1
190
while [ "$
DONE
" -ne 0 ]; do
211
DONE
=0;
213
done
425
done
427
DONE
=$?
428
while [ $
DONE
-eq 0 ]; d
[
all
...]
/external/clang/test/Sema/
type-spec-struct-union.c
56
SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1,
DONE
, BAD
/external/conscrypt/
update_prebuilts.sh
77
done
91
done
93
echo
DONE
BUILDING CONSCRYPT PREBUILTS
115
done
/external/icu/android_icu4j/src/main/java/android/icu/text/
BreakTransliterator.java
91
for(boundary = bi.first(); boundary != BreakIterator.
DONE
&& boundary < pos.limit; boundary = bi.next()) {
275
return
DONE
;
291
return
DONE
;
306
return
DONE
;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java
90
for(boundary = bi.first(); boundary != BreakIterator.
DONE
&& boundary < pos.limit; boundary = bi.next()) {
274
return
DONE
;
290
return
DONE
;
305
return
DONE
;
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
BreakIteratorPerformanceTest.java
100
for (int end = iter.next(); end != com.ibm.icu.text.BreakIterator.
DONE
; start = end, end = iter.next())
114
for (int end = iter.next(); end != com.ibm.icu.text.BreakIterator.
DONE
; start = end, end = iter.next())
127
for (int end = iIter.next(); end != com.ibm.icu.text.BreakIterator.
DONE
; start = end, end = iIter
148
for (int end = jIter.next(); end != java.text.BreakIterator.
DONE
; start = end, end = jIter.next())
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java
323
return
DONE
;
329
return
DONE
;
336
return
DONE
;
432
return
DONE
;
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java
411
READY, NOT_READY,
DONE
, FAILED,
419
state = State.
DONE
;
426
case
DONE
:
438
if (state != State.
DONE
) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDParser.java
113
private static final char
DONE
= '\uffff';
117
* is
DONE
if index was at the limit of the buffer. The index is advanced regardless
123
return
DONE
;
145
* Returns true if the character is a terminator (keyword separator, dot, or
DONE
).
150
return c == KEYWORD_SEPARATOR || c ==
DONE
|| c == DOT;
399
while ((c = next()) !=
DONE
) {
567
return c ==
DONE
|| c == KEYWORD_ASSIGN;
571
return c ==
DONE
|| c == ITEM_SEPARATOR;
615
if (c ==
DONE
) {
/external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c
19
enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK,
DONE
, FAIL } state;
39
case
DONE
:
40
return "
DONE
";
223
eap_ikev2_state(data,
DONE
);
443
return data->state ==
DONE
&& data->keymat_ok;
452
if (data->state !=
DONE
|| !data->keymat_ok)
470
if (data->state !=
DONE
|| !data->keymat_ok)
490
if (data->state !=
DONE
|| !data->keymat_ok)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NamePrepTransform.java
114
while((ch=iter.nextCodePoint())!=UCharacterIterator.
DONE
){
134
while((ch=iter.nextCodePoint())!= UCharacterIterator.
DONE
){
Completed in 2129 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>