HomeSort by relevance Sort by last modified time
    Searched refs:linenumber (Results 1 - 10 of 10) sorted by null

  /external/icu4c/tools/genrb/
errmsg.h 23 void error (uint32_t linenumber, const char *msg, ...);
24 void warning (uint32_t linenumber, const char *msg, ...);
errmsg.c 23 void error(uint32_t linenumber, const char *msg, ...)
28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
59 void warning(uint32_t linenumber, const char *msg, ...)
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
read.h 47 uint32_t *linenumber, /* out: linenumber of token */
read.c 64 uint32_t *linenumber, /* out: linenumber of token */
81 *linenumber = lineCount;
101 *linenumber = lineCount;
parse.c 153 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
165 if (linenumber != NULL)
167 *linenumber = state->lookahead[state->lookaheadPosition].line;
187 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
207 if (linenumber != NULL)
209 *linenumber = state->lookahead[i].line;
220 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
226 if (linenumber != NULL)
228 *linenumber = line;
    [all...]
reslist.h 114 void table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status);
reslist.c     [all...]
  /external/pcre/
pcregrep.c 1014 int linenumber = 1; local
2498 int linenumber = 0; local
    [all...]
  /external/grub/docs/
texinfo.tex 111 \let\linenumber = \empty % Pre-3.0.
113 \def\linenumber{l.\the\inputlineno:\space}
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 113 \let\linenumber = \empty % Pre-3.0.
115 \def\linenumber{l.\the\inputlineno:\space}
    [all...]

Completed in 148 milliseconds