OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentWord
(Results
1 - 10
of
10
) sorted by null
/external/proguard/src/proguard/
WordReader.java
45
private String
currentWord
;
112
currentWord
= null;
118
currentWord
= includeWordReader.nextWord();
119
if (
currentWord
!= null)
122
return
currentWord
;
200
currentWord
= currentLine.substring(startIndex-1, currentIndex);
229
currentWord
= currentLine.substring(startIndex, endIndex);
231
return
currentWord
;
266
(
currentWord
== null ?
268
"'" +
currentWord
+ "' in " )
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java
50
String
currentWord
= null;
60
final String prevWord =
currentWord
;
61
currentWord
= subText;
/external/srec/srec/Semproc/src/
SemanticProcessorImpl.c
259
const wordID*
currentWord
= wordIDs;
271
currentWord
= wordIDs;
274
wordmap_whether_in_rule(semgraph->ilabels, *
currentWord
, atok->ilabel))
277
atok_use = arc_tokens_find_ilabel(semgraph->arc_token_list, semgraph->arcs_for_slot[atok->ilabel], *
currentWord
);
281
PLogError(L("ESR_INVALID_STATE: finding wdid %d in slot %d"), *
currentWord
, atok->ilabel);
289
++
currentWord
;
291
else if (*
currentWord
!= MAXwordID && atok->ilabel == *
currentWord
)
293
++
currentWord
;
315
if (atok->first_next_arc == ARC_TOKEN_NULL && *
currentWord
== MAXwordID
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/misc/common/ecj/
ecj.jar
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 260 milliseconds