Home | History | Annotate | Download | only in serializer

Lines Matching refs:colon

331         final int colon = attrName.indexOf(':');
340 if (colon < 0)
343 prefix = attrName.substring(colon + 1);
348 else if (colon > 0) {
349 prefix = attrName.substring(0,colon);
478 final int colon = attrName.indexOf(':');
486 if (colon < 0)
489 prefix = attrName.substring(colon + 1);
493 else if (colon > 0) {
494 prefix = attrName.substring(0, colon);