Searched defs:startline (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/genrb/
H A Dparse.c53 ParseResourceFunction(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
275 parseUCARules(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
296 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
420 parseTransliterator(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
437 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
498 parseDependency(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
510 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
567 return parseUCARules(tag, startline, status);
570 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
595 parseAlias(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
626 addCollation(struct SResource *result, uint32_t startline, UErrorCode *status) argument
807 parseCollationElements(char *tag, uint32_t startline, UBool newCollation, UErrorCode *status) argument
929 realParseTable(struct SResource *table, char *tag, uint32_t startline, UErrorCode *status) argument
1012 parseTable(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1039 parseArray(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1133 parseIntVector(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1221 parseBinary(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1303 parseInteger(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1353 parseImport(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1470 parseInclude(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1703 uint32_t startline; local
[all...]
/external/sqlite/dist/
H A Dshell.c3113 int startline = 0; local
3153 startline = lineno;
3177 "Error: near line %d:", startline); local

Completed in 32 milliseconds