OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTokenSeparator
(Results
1 - 25
of
27
) sorted by null
1
2
/external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java
248
if (
isTokenSeparator
(ch) || isWhitespace(ch)) {
301
if (
isTokenSeparator
(ch)) {
358
protected boolean
isTokenSeparator
(char ch) {