OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commentstart
(Results
1 - 10
of
10
) sorted by null
/external/llvm/utils/jedit/
tablegen.xml
6
<PROPERTY NAME="
commentStart
" VALUE="/*" />
/libcore/luni/src/main/java/java/util/
ServiceLoader.java
228
int
commentStart
= line.indexOf('#');
229
if (
commentStart
!= -1) {
230
line = line.substring(0,
commentStart
);
/external/webkit/Source/WebCore/inspector/front-end/
SourceJavaScriptTokenizer.re2js
97
CommentStart
= "/*" CommentContent [\r\n];
142
<DIV,NODIV>
CommentStart
=> COMMENT { this.tokenType = "javascript-comment"; return cursor; }
SourceCSSTokenizer.re2js
159
CommentStart
= "/*" CommentContent [\r\n];
182
<INITIAL>
CommentStart
=> COMMENT { this.tokenType = "css-comment"; return cursor; }
SourceHTMLTokenizer.re2js
188
CommentStart
= "<!--" CommentContent [\r\n];
215
<INITIAL>
CommentStart
=> COMMENT { this.tokenType = "html-comment"; return cursor; }
/external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp
326
char*
commentStart
;
334
commentStart
= m_text; // before anything else, turn embedded comments into their own lines
335
if (m_inComment == false && skipText(&
commentStart
, "//")) {
336
if (
commentStart
< lineStart + textLen)
337
commentStart
[0] = '/';
339
commentStart
[-1] = ' ';
340
commentStart
-= 2;
341
commentStart
[0] = '\0';
342
textLen =
commentStart
- lineStart;
345
if (m_inComment || skipText(&
commentStart
, "/*")) {
[
all
...]
/external/icu4c/test/intltest/
bidiconf.cpp
304
char *
commentStart
=strchr(line, '#');
305
if(
commentStart
!=NULL) {
306
*
commentStart
=0;
/external/icu4c/tools/genuca/
genuca.cpp
438
char *
commentStart
= NULL;
635
commentStart
= strchr(startCodePoint, '#');
636
if(
commentStart
== NULL) {
637
commentStart
= strlen(startCodePoint) + startCodePoint;
645
if(endCodePoint == NULL || endCodePoint >=
commentStart
) {
700
while(pointer <
commentStart
) {
[
all
...]
/external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp
239
static void ParseDirective(const char *
CommentStart
, unsigned CommentLen,
243
for (ParseHelper PH(
CommentStart
,
CommentStart
+CommentLen); !PH.Done();) {
/external/webkit/Source/WebCore/
ChangeLog-2003-10-25
[
all
...]
Completed in 142 milliseconds