Searched refs:indexOf (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTokenizer.java97 if (delims.indexOf(c) != -1) {
139 if (delims.indexOf(str.charAt(i)) == -1) {
184 if (delims.indexOf(c) != -1) {
196 if (delims.indexOf(c) != -1) {
218 if (delims.indexOf(c) != -1) {
H A DAttributePattern.java87 if (cstring.indexOf(WILDCARD) == -1) {
156 if ((offset = cstring.indexOf(p.pattern, offset)) == -1) {
H A DDefaults.java167 int dot = localHostName.indexOf('.');
H A DSLPTemplateRegistry.java369 int idx = url.indexOf(";"+SERVICE_ATTR_ID+"=");
468 int idx = urlPath.indexOf(token);
478 idx = urlPath.indexOf(";");
H A DServiceLocationAttribute.java202 if (exp.indexOf('(') != -1 || exp.indexOf(')') != -1) {
555 if (badTag && BAD_TAG_CHARS.indexOf(c) != -1) {
657 if (badTag && BAD_TAG_CHARS.indexOf(c) != -1) {
677 return ((ESCAPED.indexOf(c) != -1) ||
686 return ((RESERVED.indexOf(c) != -1) ||
H A DSLPHeaderV1.java506 if (scope.indexOf('/') != -1 || scope.indexOf(',') != -1 ||
507 scope.indexOf(':') != -1) {
541 if ((idx = serviceType.indexOf("." + ServiceType.IANA)) != -1) {
H A DServiceLocationAttributeV1.java446 if (exp.indexOf('(') != -1 || exp.indexOf(')') != -1) {
589 if (ESCAPABLE_CHARS.indexOf(c) != -1) {
635 if ((idx = UNESCAPABLE_CHARS.indexOf(c)) != -1) {
H A DAttributeVerifier.java938 if (version.indexOf(TT_PERIOD) == -1) {
1627 if (allowed.indexOf(test) != -1) {
2123 for (i = str.indexOf(ESC_HASH, j);
2125 i = str.indexOf(ESC_HASH, j)) {
H A DServiceStoreFactory.java347 if (line.indexOf("=") != -1) {
H A DServiceStoreInMemory.java3480 int idx = key.indexOf('/');
3494 int idx = key.indexOf('/');
3504 idx = ret.indexOf('/');
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java129 if ((probeName != null) && (probeName.indexOf(':') >= 0)) {

Completed in 125 milliseconds