Home
last modified time | relevance | path

Searched refs:startline (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dmock_tk.py204 startline, startchar = self._decode(index1)
206 endline, endchar = startline, startchar+1
210 if startline == endline:
211 return self.data[startline][startchar:endchar]
213 lines = [self.data[startline][startchar:]]
214 for i in range(startline+1, endline):
225 startline, startchar = self._decode(index1, -1)
227 if startchar < len(self.data[startline])-1:
229 endline, endchar = startline, startchar+1
230 elif startline < le
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp133 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
318 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) in parseUCARules() argument
338 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseUCARules()
462 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) in parseTransliterator() argument
479 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseTransliterator()
540 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) in parseDependency() argument
552 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseDependency()
602 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) in parseString() argument
609 return parseUCARules(tag, startline, status); in parseString()
612 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseString()
637 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseAlias() argument
1148 addCollation(ParseState* state, TableResource *result, const char *collationType, uint32_t startline, UErrorCode *status) addCollation() argument
1391 parseCollationElements(ParseState* state, char *tag, uint32_t startline, UBool newCollation, UErrorCode *status) parseCollationElements() argument
1520 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *status) realParseTable() argument
1604 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseTable() argument
1628 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseArray() argument
1715 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseIntVector() argument
1802 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseBinary() argument
1865 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseInteger() argument
1915 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseImport() argument
1970 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseInclude() argument
2193 uint32_t startline; parseResource() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp133 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
318 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) in parseUCARules() argument
338 printf(" %s at line %i \n", (tag == nullptr) ? "(null)" : tag, (int)startline); in parseUCARules()
462 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) in parseTransliterator() argument
479 printf(" %s at line %i \n", (tag == nullptr) ? "(null)" : tag, (int)startline); in parseTransliterator()
540 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) in parseDependency() argument
552 printf(" %s at line %i \n", (tag == nullptr) ? "(null)" : tag, (int)startline); in parseDependency()
602 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) in parseString() argument
609 return parseUCARules(tag, startline, status); in parseString()
612 printf(" string %s at line %i \n", (tag == nullptr) ? "(null)" : tag, (int)startline); in parseString()
637 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseAlias() argument
1148 addCollation(ParseState* state, TableResource *result, const char *collationType, uint32_t startline, UErrorCode *status) addCollation() argument
1391 parseCollationElements(ParseState* state, char *tag, uint32_t startline, UBool newCollation, UErrorCode *status) parseCollationElements() argument
1520 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *status) realParseTable() argument
1604 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseTable() argument
1628 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseArray() argument
1715 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseIntVector() argument
1802 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseBinary() argument
1865 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseInteger() argument
1915 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseImport() argument
1970 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseInclude() argument
2193 uint32_t startline; parseResource() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) in parseUCARules() argument
330 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseUCARules()
454 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) in parseTransliterator() argument
471 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseTransliterator()
532 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) in parseDependency() argument
544 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseDependency()
594 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) in parseString() argument
601 return parseUCARules(tag, startline, status); in parseString()
604 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseString()
629 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseAlias() argument
813 addCollation(ParseState* state, TableResource *result, const char *collationType, uint32_t startline, UErrorCode *status) addCollation() argument
1043 parseCollationElements(ParseState* state, char *tag, uint32_t startline, UBool newCollation, UErrorCode *status) parseCollationElements() argument
1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *status) realParseTable() argument
1256 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseTable() argument
1280 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseArray() argument
1367 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseIntVector() argument
1454 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseBinary() argument
1517 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseInteger() argument
1567 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseImport() argument
1622 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseInclude() argument
1845 uint32_t startline; parseResource() local
[all...]
/third_party/python/Lib/idlelib/
H A Dsearchengine.py144 startline = line
152 if wrapped and line > startline:
166 startline = line
174 if wrapped and line < startline:
/third_party/python/Lib/
H A Dtokenize.py190 startline = False
209 startline = True
210 elif startline and indents:
215 startline = False
227 startline = token[0] in (NEWLINE, NL)
254 startline = True
255 elif startline and indents:
257 startline = False
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py200 startline = False
207 startline = True
221 startline = True
222 elif startline and indents:
224 startline = False
/third_party/python/Tools/scripts/
H A Dcleanfuture.py183 startline = srow - 1 # tokenize is one-based
244 changed.append((startline, endline, line))
/third_party/backends/backend/
H A Das6e.h76 int startline; member
H A Das6e.c327 scan_params[4] = s->as6e_params.startline; in sane_start()
360 s->as6e_params.startline = as6e_unit_convert (s->value[OPT_TL_Y].w); in sane_get_parameters()
369 s->as6e_params.startline = in sane_get_parameters()
370 (s->as6e_params.startline / divisor) * divisor; in sane_get_parameters()
377 s->as6e_params.startline) * s->as6e_params.resolution / 300; in sane_get_parameters()
H A Dcanon_lide70-common.c2779 long startline = line; in preread() local
2897 DBG (6, "%ld lines from readbuf\n", line - startline); in preread()
/third_party/lame/libmp3lame/
H A Dquantize_pvt.c752 calc_noise_core_c(const gr_info * const cod_info, int *startline, int l, FLOAT step) in calc_noise_core_c() argument
755 int j = *startline; in calc_noise_core_c()
795 *startline = j; in calc_noise_core_c()
/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c3311 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3426 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
3601 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
3811 else if (startline) in pcre2_dfa_match()
H A Dpcre2_match.c6324 BOOL startline; in pcre2_match() local
6723 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
6890 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
7100 else if (startline) in pcre2_match()
/third_party/json/tools/cpplint/
H A Dcpplint.py5625 (_, startline, startpos) = ReverseCloseExpression(
5627 if startpos > -1 and startline < linenum:
5631 for i in xrange(startline, linenum + 1):

Completed in 36 milliseconds