Searched defs:linenumber (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Derrmsg.c25 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) argument
30 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
61 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...) argument
68 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
H A Dread.c68 uint32_t *linenumber, /* out: linenumber of token */
85 *linenumber = lineCount;
105 *linenumber = lineCount;
66 getNextToken(UCHARBUF* buf, struct UString *token, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
H A Dparse.cpp183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) argument
195 if (linenumber != NULL)
197 *linenumber = state->lookahead[state->lookaheadPosition].line;
217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
237 if (linenumber != NULL)
239 *linenumber = state->lookahead[i].line;
250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status) argument
256 if (linenumber != NULL)
258 *linenumber = line;
H A Dreslist.cpp177 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { argument
182 /* remember this linenumber to report to the user if there is a duplicate key */
183 res->line = linenumber;
229 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", currentKeyString, current->line);
/external/curl/tests/libtest/
H A Dlib557.c1382 static int _string_check(int linenumber, char *buf, const char *buf2) argument
1387 linenumber, buf, buf2);
1394 static int _strlen_check(int linenumber, char *buf, size_t len) argument
1400 linenumber, buflen, len);
/external/syslinux/com32/lua/src/
H A Dllex.h53 int linenumber; /* input line counter */ member in struct:LexState
/external/pcre/dist2/src/
H A Dpcre2grep.c1803 int linenumber = 1; local
1909 linenumber,
2034 if (number) fprintf(stdout, "%d:", linenumber);
2175 if (number) fprintf(stdout, "%d-", linenumber - linecount--);
2189 if (number) fprintf(stdout, "%d:", linenumber);
2204 if (t < endmatch) linenumber++; else break;
2273 lastmatchnumber = linenumber + 1;
2288 if (t <= endmatch) linenumber++; else break;
2300 linenumber++;
2766 linenumber fo
2860 int linenumber = 0; local
[all...]

Completed in 409 milliseconds