Home
last modified time | relevance | path

Searched +defs:comment +defs:start (Results 1 – 25 of 56) sorted by relevance

123

/third_party/rust/rust/src/tools/rustfmt/src/
Dstring.rs159 let start = match s[..=index].iter().rposition(|g| is_whitespace(g)) { localVariable
550 let comment = "Aenean metus.\nVestibulum ac lacus. Vivamus porttitor"; in overflow_in_non_string_content() localVariable
573 let comment = "Aenean metus.\nVestibulum ac lacus. Vivamus porttitor"; in overflow_in_non_string_content_with_line_end() localVariable
607 let comment = "Aenean metus. Vestibulum\n\nac lacus. Vivamus porttitor"; in blank_line_with_non_empty_line_start() localVariable
616 let comment = "Aenean\n\nmetus. Vestibulum ac lacus. Vivamus porttitor"; in blank_line_with_non_empty_line_start() localVariable
643 let comment = "Aenean\n\nmetus. Vestibulum ac lacus.\n\n"; in retain_blank_lines() localVariable
651 let comment = "Aenean\n\nmetus. Vestibulum ac lacus.\n"; in retain_blank_lines() localVariable
657 let comment = "Aenean\n \nmetus. Vestibulum ac lacus."; in retain_blank_lines() localVariable
677 let comment = "Aenean metus. Vestibulum ac lacus."; in boundary_on_edge() localVariable
684 let comment = "Vestibulum ac lacus."; in boundary_on_edge() localVariable
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DNormalizerBuilder.java96 int comment = line.indexOf('#'); // strip comments in readExclusionList() local
138 int comment = line.indexOf('#'); // strip comments in buildDecompositionTables() local
149 int start = 0; in buildDecompositionTables() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java95 int comment = line.indexOf('#'); // strip comments in readExclusionList() local
137 int comment = line.indexOf('#'); // strip comments in buildDecompositionTables() local
148 int start = 0; in buildDecompositionTables() local
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp97 struct UString comment; member
191 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken()
225 …okaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCo… in peekToken()
258 …ate, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t… in expect()
285 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, in getInvariantString()
540 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UE… in parseDependency()
602 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UError… in parseString()
637 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorC… in parseAlias()
943 convertTrie(const void *context, UChar32 start, UChar32 end, uint32_t value) { in convertTrie()
1154 struct UString comment; in addCollation() local
[all …]
Dreslist.cpp157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource()
273 const UString* comment, UErrorCode &errorCode) in StringBaseResource()
331 const UString* comment, UErrorCode &errorCode) in IntResource()
341 const UString* comment, UErrorCode &errorCode) in IntVectorResource()
374 const UString* comment, UErrorCode &errorCode) in BinaryResource()
509 int32_t i, start, limit; in mapKey() local
1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open()
1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open()
1106 …ot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErro… in string_open()
1112 … SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErro… in alias_open()
[all …]
/third_party/skia/m133/third_party/externals/icu/source/tools/genrb/
Dparse.cpp97 struct UString comment; member
191 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken()
225 …okaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCo… in peekToken()
258 …ate, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t… in expect()
285 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, in getInvariantString()
540 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UE… in parseDependency()
602 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UError… in parseString()
637 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorC… in parseAlias()
943 convertTrie(const void *context, UChar32 start, UChar32 end, uint32_t value) { in convertTrie()
1154 struct UString comment; in addCollation() local
[all …]
Dreslist.cpp157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource()
273 const UString* comment, UErrorCode &errorCode) in StringBaseResource()
331 const UString* comment, UErrorCode &errorCode) in IntResource()
341 const UString* comment, UErrorCode &errorCode) in IntVectorResource()
374 const UString* comment, UErrorCode &errorCode) in BinaryResource()
509 int32_t i, start, limit; in mapKey() local
1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open()
1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open()
1106 …*bundle, const char *tag, const char16_t *value, int32_t len, const struct UString* comment, UErro… in string_open()
1112 …BRoot *bundle, const char *tag, char16_t *value, int32_t len, const struct UString* comment, UErro… in alias_open()
[all …]
/third_party/typescript/src/services/
DsmartSelection.ts31 const comment = singleOrUndefined(getTrailingCommentRanges(sourceFile.text, node.end)); constant
61 const start = node.getFullStart() - "${".length; constant
DtextChanges.ts220 const start = node.getStart(sourceFile); constant
241 …const comment = getLeadingCommentRanges(sourceFile.text, fullStart)?.[0] || getTrailingCommentRang… constant
266 for (const comment of comments) { constant
589 …const start = findChildOfKind(node, SyntaxKind.OpenParenToken, sourceFile)!.getStart(sourceFile) +… constant
597 …const start = (findChildOfKind(node, SyntaxKind.OpenParenToken, sourceFile) || first(node.paramete… constant
1577 const start = importClause.name!.getStart(sourceFile); constant
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource()
273 const UString* comment, UErrorCode &errorCode) in StringBaseResource()
331 const UString* comment, UErrorCode &errorCode) in IntResource()
341 const UString* comment, UErrorCode &errorCode) in IntVectorResource()
374 const UString* comment, UErrorCode &errorCode) in BinaryResource()
509 int32_t i, start, limit; in mapKey() local
1104 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open()
1109 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open()
1114 …ot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErro… in string_open()
1120 … SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErro… in alias_open()
[all …]
/third_party/flatbuffers/src/
Didl_gen_json_schema.cpp179 std::string comment; in PrepareDescription() local
185 const auto start = std::find_if(comment_line.begin(), comment_line.end(), in PrepareDescription() local
241 auto comment = PrepareDescription(comment_lines); in generate() local
/third_party/tex-hyphen/collaboration/source/conversion-to-xml/org/tug/texhyphen/
DLanguageDataParser.java62 comment = Pattern.compile("#.*"), field in LanguageDataParser
88 int start = 0; in parseLanguageData() local
137 private void processComment(String comment, Language lang) throws SAXException { in processComment()
DTeXPatternParser.java57 comment = Pattern.compile("%.*"), field in TeXPatternParser
82 int start = 0; in parsePatterns() local
/third_party/ffmpeg/libavcodec/
Dcbs_jpeg.c94 JPEGRawComment *comment = (JPEGRawComment*)content; in cbs_jpeg_free_comment() local
113 int start, end, marker, next_start, next_marker; in cbs_jpeg_split_fragment() local
/third_party/typescript/src/compiler/
Dsourcemap.ts228 …const rawGeneratedCharacter = start && start.line === raw.generatedLine ? raw.generatedCharacter -… constant
382 const comment = sourceMapCommentRegExp.exec(line); constant
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dfallback.cc61 std::string GetErrorFormatMessage(const AnfNodePtr &node, const std::string &comment) { in GetErrorFormatMessage()
72 const std::string &comment) { in HandleBaseTypeForAnnotation()
103 const std::string &comment) { in GetDTypeFromDTypeStr()
126 const std::string &comment) { in HandleContainerTypeForAnnotation()
327 const auto &comment = comments.back(); in GetJitAnnotationTypeFromComment() local
367 const auto &comment = comments.back(); in GetJitAnnotationSideEffectFromComment() local
385 size_t start = 0; in ConvertRealStrToUnicodeStr() local
/third_party/gn/src/gn/
Dparser.cc477 std::unique_ptr<BlockCommentNode> comment = in BlockComment() local
839 const Location start = node->GetRange().begin(); in AssignComments() local
865 Location start = (*i)->GetRange().begin(); in AssignComments() local
/third_party/backends/tools/
Dsane-desc.c145 char *comment; member
161 char *comment; member
170 char *comment; member
191 char *comment; member
203 char *comment; member
218 char *comment; member
581 const char *start; in get_token() local
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts72 start: number; property
258 start: startPos, constant
1845 for (const comment of leadingComments) { constant
1854 for (const comment of trailingComments) { constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java539 int start, end, c2, c3; in TestMirror() local
865 String comment = UCharacter.getISOComment(ch); in TestUnicodeData() local
2626 int i, start, end; in showADiffB() local
2681 int start, end; in TestConsistency() local
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs541 let start = self.pos(); in bump_space() localVariable
552 let comment = ast::Comment { in bump_space() localVariable
582 let mut start = self.offset() + self.char().len_utf8(); in peek_space() localVariable
1083 let start = self.pos(); in parse_counted_repetition() localVariable
1261 let start = self.pos(); in parse_capture_name() localVariable
1435 let start = self.pos(); in parse_escape() localVariable
1541 let start = self.pos(); in parse_octal() localVariable
1609 let start = self.pos(); in parse_hex_digits() localVariable
1656 let start = self.span_char().end; in parse_hex_brace() localVariable
1712 let start = self.pos(); in parse_decimal() localVariable
[all …]
/third_party/python/Parser/
Dpegen.c106 growable_comment_array_add(growable_comment_array *arr, int lineno, char *comment) { in growable_comment_array_add()
149 initialize_token(Parser *p, Token *token, const char *start, const char *end, int token_type) { in initialize_token()
211 const char *start; in _PyPegen_fill_token() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java536 int start, end, c2, c3; in TestMirror() local
862 String comment = UCharacter.getISOComment(ch); in TestUnicodeData() local
2774 int i, start, end; in showADiffB() local
2829 int start, end; in TestConsistency() local
/third_party/python/Lib/xml/etree/
DElementTree.py1446 def start(self, tag, attrs): member in TreeBuilder
1477 def comment(self, text): member in TreeBuilder
1574 start=self._start): argument
1901 def start(self, tag, attrs): member in C14NWriterTarget
1999 def comment(self, text): member in C14NWriterTarget
/third_party/mesa3d/src/intel/tools/
Daub_write.c112 char comment[16]; in write_legacy_header() local
228 int start, int end, int level) in populate_ppgtt_table()
281 aub_map_ppgtt(struct aub_file *aub, uint64_t start, uint64_t size) in aub_map_ppgtt()

123