Searched defs:linenumber (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | errmsg.c | 26 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) in error() 62 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...) in warning()
|
D | read.c | 69 uint32_t *linenumber, /* out: linenumber of token */ in getNextToken()
|
D | parse.cpp | 183 …ate* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode… in getToken() 217 …ate* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct USt… in peekToken() 250 …ectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode… in expect()
|
D | reslist.cpp | 184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
|
/external/curl/tests/libtest/ |
D | lib557.c | 1382 static int _string_check(int linenumber, char *buf, const char *buf2) in _string_check() 1394 static int _strlen_check(int linenumber, char *buf, size_t len) in _strlen_check()
|
/external/lua/src/ |
D | llex.h | 66 int linenumber; /* input line counter */ member
|
/external/mtools/ |
D | config.c | 35 static int linenumber; /* current line number. Only used for printing variable
|
/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 895 static bool GetLineAndFilename(const std::string string, uint32_t *linenumber, std::string &filenam… in GetLineAndFilename() 920 static bool GetLineAndFilename(const std::string string, uint32_t *linenumber, std::string &filenam… in GetLineAndFilename()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 2526 unsigned long int linenumber = 1; in pcre2grep() local 3717 int linenumber = 0; in read_pattern_file() local
|
/external/skia/dm/ |
D | DM.cpp | 164 int RuntimeCheckErrorFunc(int errorType, const char* filename, int linenumber, in RuntimeCheckErrorFunc()
|