HomeSort by relevance Sort by last modified time
    Searched defs:_text (Results 1 - 3 of 3) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 538 private final byte[] _text; field in class:DNSRecord.Text
542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT);
549 return this._text;
554 out.writeBytes(_text, 0, _text.length);
563 if ((_text == null) && (txt._text != null)) {
566 if (txt._text.length != _text.length) {
569 for (int i = _text.length; i-- > 0;)
    [all...]
ServiceInfoImpl.java 54 private byte _text[]; field in class:ServiceInfoImpl
133 this._text = out.toByteArray();
179 this._text = out.toByteArray();
197 this._text = text;
222 this._text = info.getTextBytes();
594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT);
907 _text = txt.getText();
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 527 milliseconds