Home | History | Annotate | Download | only in net

Lines Matching refs:NOT_FOUND

355     private final static int NOT_FOUND = -1;
458 if (ssi == NOT_FOUND) {
474 return findSchemeSeparator() == NOT_FOUND;
487 return ssi == NOT_FOUND ? null : uriString.substring(0, ssi);
509 return fsi == NOT_FOUND
594 if (qsi == NOT_FOUND) {
600 if (fsi == NOT_FOUND) {
629 return fsi == NOT_FOUND ? null : uriString.substring(fsi + 1);
1010 return end == NOT_FOUND ? null : authority.substring(0, end);
1036 String encodedHost = portSeparator == NOT_FOUND
1062 if (portSeparator == NOT_FOUND) {
1773 || "_-!.~'()*".indexOf(c) != NOT_FOUND
1774 || (allow != null && allow.indexOf(c) != NOT_FOUND);
1817 if (nextEscape == NOT_FOUND) {