Searched refs:current_word (Results 1 - 2 of 2) sorted by path

/external/e2fsprogs/ext2ed/
H A Dinit.c109 char current_line [500],current_word [50],*ch; local
121 ch=parse_word (current_line,current_word);
122 if (strcmp (current_word,"struct")==0) {
123 ch=parse_word (ch,current_word);
124 current_descriptor=add_new_descriptor (current_word);
618 char current_line [500],current_word [200]; local
630 ptr=parse_word (current_line,current_word);
631 if (strcasecmp (current_word,name)==0) {
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp219 const Word& current_word = words[next_word]; local
220 DCHECK_GT(std::distance(current_word.begin, current_word.end), 0);
222 current_word.begin, current_word.end);
232 house_number_parser.Parse(current_word.begin, current_word.end, NULL)) {
241 IsValidLocationName(current_word)) {
265 LowerCaseEqualsASCII(current_word.begin, current_word
[all...]

Completed in 89 milliseconds