Searched refs:startline (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 123 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comme… 308 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, … in parseUCARules() argument 328 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseUCARules() 452 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comme… in parseTransliterator() argument 469 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseTransliterator() 530 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UE… in parseDependency() argument 542 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseDependency() 592 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UError… in parseString() argument 602 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseString() 627 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorC… in parseAlias() argument [all …]
|
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 3195 BOOL utf, anchored, startline, firstline; in pcre_dfa_exec() local 3378 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_dfa_exec() 3404 if (!startline && study != NULL && in pcre_dfa_exec() 3489 else if (startline) in pcre_dfa_exec()
|
D | pcre_exec.c | 6366 BOOL startline; in pcre_exec() local 6546 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec() 6714 if (!startline && study != NULL && in pcre_exec() 6796 else if (startline) in pcre_exec()
|
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 134 startline = getattr(self.slice[n],"lineno",0) 135 endline = getattr(self.slice[n],"endlineno",startline) 136 return startline,endline
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4075 (_, startline, startpos) = ReverseCloseExpression( 4077 if startpos > -1 and startline < linenum: 4081 for i in xrange(startline, linenum + 1):
|
/external/sqlite/dist/orig/ |
D | shell.c | 4196 int startline = 0; /* Line number for start of current input */ in process_input() local 4243 startline = lineno; in process_input() 4262 "Error: near line %d:", startline); in process_input()
|
/external/sqlite/dist/ |
D | shell.c | 4218 int startline = 0; /* Line number for start of current input */ in process_input() local 4265 startline = lineno; in process_input() 4284 "Error: near line %d:", startline); in process_input()
|
/external/pcre/dist/testdata/ |
D | testinput2 | 3695 settings of the anchored and startline bits. --/
|
D | testoutput2 | 12344 settings of the anchored and startline bits. --/
|