Home
last modified time | relevance | path

Searched refs:currentWord (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/
DWordReader.java45 private String currentWord; field in WordReader
114 currentWord = null; in nextWord()
120 currentWord = includeWordReader.nextWord(isFileName); in nextWord()
121 if (currentWord != null) in nextWord()
124 return currentWord; in nextWord()
206 currentWord = currentLine.substring(startIndex-1, currentIndex); in nextWord()
268 currentWord = currentLine.substring(startIndex, endIndex); in nextWord()
270 return currentWord; in nextWord()
305 (currentWord == null ? in locationDescription()
307 "'" + currentWord + "' in " ) : in locationDescription()
/external/selinux/mcstrans/src/
Dmcstrans.c1363 word_t *currentWord = NULL; in compute_trans_from_raw() local
1387 currentWord = w; in compute_trans_from_raw()
1397 if (currentWord) { in compute_trans_from_raw()
1398 if (ebitmap_xor(&bit_diff, &currentWord->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
1414 create_word(&(*t)->words, currentWord->text); in compute_trans_from_raw()