OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeComment
(Results
1 - 11
of
11
) sorted by null
/external/nist-sip/java/javax/sip/header/
RetryAfterHeader.java
12
void
removeComment
();
/external/nist-sip/java/gov/nist/javax/sip/header/
RetryAfter.java
99
public void
removeComment
() {
Via.java
204
public void
removeComment
() {
/build/kati/
strutil_test.go
212
got, removed :=
removeComment
([]byte(tc.in))
214
t.Errorf("
removeComment
(%q)=%q, _; want=%q, _", tc.in, got, tc.want)
217
t.Errorf("
removeComment
(%q)=_, %t; want=_, %t", tc.in, removed, tc.removed)
parser.go
176
aline, _ :=
removeComment
(concatline(line))
479
vline, _ :=
removeComment
(concatline(data))
662
cline, _ =
removeComment
(cline)
719
data, _ =
removeComment
(data)
strutil.go
347
func
removeComment
(line []byte) ([]byte, bool) {
/prebuilts/go/darwin-x86/src/net/
nss.go
84
line = trimSpace(
removeComment
(line))
parse.go
269
//
removeComment
returns line, removing any '#' byte and any following
271
func
removeComment
(line []byte) []byte {
/prebuilts/go/linux-x86/src/net/
nss.go
84
line = trimSpace(
removeComment
(line))
parse.go
269
//
removeComment
returns line, removing any '#' byte and any following
271
func
removeComment
(line []byte) []byte {
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 389 milliseconds